import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Source of workflow creation */ export declare const WorkflowCreationSourceEnum: { readonly TemplateStore: "template_store"; readonly Editor: "editor"; readonly NotificationDirectory: "notification_directory"; readonly OnboardingDigestDemo: "onboarding_digest_demo"; readonly OnboardingInApp: "onboarding_in_app"; readonly EmptyState: "empty_state"; readonly Dropdown: "dropdown"; readonly OnboardingGetStarted: "onboarding_get_started"; readonly Bridge: "bridge"; readonly Dashboard: "dashboard"; readonly Ai: "ai"; }; /** * Source of workflow creation */ export type WorkflowCreationSourceEnum = ClosedEnum; /** @internal */ export declare const WorkflowCreationSourceEnum$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=workflowcreationsourceenum.d.ts.map