import { z } from 'zod'; export declare const customOutputSchema: z.ZodObject<{ version: z.ZodLiteral<"1">; payload: z.ZodObject<{ customOutputs: z.ZodString; }, "strip", z.ZodTypeAny, { customOutputs: string; }, { customOutputs: string; }>; }, "strip", z.ZodTypeAny, { version: "1"; payload: { customOutputs: string; }; }, { version: "1"; payload: { customOutputs: string; }; }>; //# sourceMappingURL=v1.d.ts.map