import { z } from 'zod'; export declare const operationPreview: z.ZodObject<{ type: z.ZodLiteral<"operation">; generatorId: z.ZodString; operationPath: z.ZodString; operationMethod: z.ZodEnum<{ options: "options"; get: "get"; put: "put"; post: "post"; delete: "delete"; head: "head"; patch: "patch"; trace: "trace"; }>; }, z.core.$strip>; //# sourceMappingURL=operationPreview.generated.d.ts.map