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