import { z } from "zod"; //#region src/actions/create-webset.d.ts declare const ExaCreateWebsetInput: z.ZodTypeAny; declare const ExaCreateWebsetOutput: z.ZodTypeAny; declare const exaCreateWebset: import("@keystrokehq/action").WorkflowActionDefinition, readonly [import("@keystrokehq/shared").Credential]>; //#endregion export { exaCreateWebset }; //# sourceMappingURL=create-webset.d.cts.map