import type { JsonSchema, Options } from 'json-schema-to-zod';
export declare function jsonSchemaToZod(schema: JsonSchema, options?: Options): string;
export * from 'json-schema-to-zod';
//# sourceMappingURL=json-to-zod.d.ts.map