import * as z from "zod/mini"; /** Persisted identity cannot be claimed by a client-supplied definition. */ export declare const INLINE_FLOW_PERSISTED_IDENTITY_FIELDS: readonly ["id", "organizationId", "versionId", "versionNumber"]; /** @internal */ export declare const inlineFlowThemeSchema: z.ZodMiniObject<{ css: z.ZodMiniOptional>; themeRuntimeArtifactId: z.ZodMiniOptional>; themeVersionId: z.ZodMiniOptional>; }, z.core.$strict>; /** @internal */ export declare const inlineFlowSchema: z.ZodMiniObject<{ definition: z.ZodMiniUnknown; theme: z.ZodMiniOptional>; themeRuntimeArtifactId: z.ZodMiniOptional>; themeVersionId: z.ZodMiniOptional>; }, z.core.$strict>>; }, z.core.$strict>; /** @internal */ export type InlineFlowTheme = z.output; /** @internal */ export type InlineFlow = z.output; //# sourceMappingURL=inline-flow.d.ts.map