import * as z from "zod/mini"; export declare const PREVIEW_FLOW_TRANSPORT_SOURCE = "getuserfeedback.preview"; export declare const previewFlowOpenCommandSchema: z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"open">; flow: z.ZodMiniObject<{ definition: z.ZodMiniUnknown; theme: z.ZodMiniOptional>; themeRuntimeArtifactId: z.ZodMiniOptional>; themeVersionId: z.ZodMiniOptional>; }, z.core.$strict>>; }, z.core.$strict>; flowHandleId: z.ZodMiniOptional>; metadata: z.ZodMiniOptional, z.ZodMiniUnion, z.ZodMiniArray>]>>>; }, z.core.$strict>>; hideCloseButton: z.ZodMiniOptional>; }, z.core.$strict>; export declare const previewFlowOpenRequestSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.flow.open.request">; requestId: z.ZodMiniString; command: z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"open">; flow: z.ZodMiniObject<{ definition: z.ZodMiniUnknown; theme: z.ZodMiniOptional>; themeRuntimeArtifactId: z.ZodMiniOptional>; themeVersionId: z.ZodMiniOptional>; }, z.core.$strict>>; }, z.core.$strict>; flowHandleId: z.ZodMiniOptional>; metadata: z.ZodMiniOptional, z.ZodMiniUnion, z.ZodMiniArray>]>>>; }, z.core.$strict>>; hideCloseButton: z.ZodMiniOptional>; }, z.core.$strict>; }, z.core.$strict>; export declare const previewFlowOpenResultSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.flow.open.result">; requestId: z.ZodMiniString; ok: z.ZodMiniLiteral; result: z.ZodMiniObject<{ flowHandleId: z.ZodMiniString; }, z.core.$strict>; }, z.core.$strict>, z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.flow.open.result">; requestId: z.ZodMiniString; ok: z.ZodMiniLiteral; error: z.ZodMiniObject<{ code: z.ZodMiniOptional>; message: z.ZodMiniString; }, z.core.$strict>; }, z.core.$strict>], "ok">; export type PreviewFlowOpenCommand = z.output; export type PreviewFlowOpenRequest = z.output; export type PreviewFlowOpenResult = z.output; //# sourceMappingURL=preview-flow-transport.d.ts.map