import { z } from 'zod'; export declare const parseContracts: { json: (schema: T) => z.ZodPipe>, string>>; csvArray: (itemSchema: T) => z.ZodPipe, z.ZodArray>; csvSet: (itemSchema: T) => z.ZodPipe, z.ZodArray>; }; //# sourceMappingURL=parsing.d.ts.map