import * as z from "zod"; export type CreateRequest = { transformation: string; allowed_for_strict?: boolean | undefined; }; export declare const CreateRequest$zodSchema: z.ZodType; //# sourceMappingURL=createrequest.d.ts.map