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