import type { Schema } from '../types';
import type { ZodGeneratorOptions } from '../types';
/**
 * Generates a Zod schema string from a JSON schema
 * @param schema - JSON Schema
 * @param options - Generator options
 * @returns Zod schema code
 */
export declare function generateZodSchema(schema: Schema, options?: ZodGeneratorOptions): string;
//# sourceMappingURL=zod-schema-generator.d.ts.map