import { ZodTypeAny } from 'zod';
export declare function zodToJsonSchema(schema: ZodTypeAny): any;
