import { z } from 'zod';
import { SimpleSchema } from './types';
export declare function convertToZodSchema(schema: SimpleSchema): z.ZodObject<any>;
//# sourceMappingURL=schema-converter.d.ts.map