import type { OpenAPIV3_1 } from 'openapi-types'; import type { GeneratedFile } from './types.js'; /** * Return the set of synthesized response schema names that the spec would generate. * Used by openapi-server's drift detection: warns if any of these are absent from * the user-owned schemas.ts. Exported so the server generator can call it directly. */ export declare function collectSynthesizedResponseSchemaNames(spec: OpenAPIV3_1.Document): Set; export declare function generateZodSchemas(spec: OpenAPIV3_1.Document): GeneratedFile; //# sourceMappingURL=zod.d.ts.map