"use strict";
/** AgentForms TypeScript SDK — programmatic form lifecycle for AI agents. */
Object.defineProperty(exports, "__esModule", { value: true });
exports.SubmissionsClient = exports.KeysClient = exports.FormsClient = exports.AgentFormsError = exports.AgentForms = void 0;
var client_1 = require("./client");
Object.defineProperty(exports, "AgentForms", { enumerable: true, get: function () { return client_1.AgentForms; } });
Object.defineProperty(exports, "AgentFormsError", { enumerable: true, get: function () { return client_1.AgentFormsError; } });
Object.defineProperty(exports, "FormsClient", { enumerable: true, get: function () { return client_1.FormsClient; } });
Object.defineProperty(exports, "KeysClient", { enumerable: true, get: function () { return client_1.KeysClient; } });
Object.defineProperty(exports, "SubmissionsClient", { enumerable: true, get: function () { return client_1.SubmissionsClient; } });
//# sourceMappingURL=index.js.map