import type { OpenAPIV3, OpenAPIV3_1 } from 'openapi-types'; export type OpenAPISpec = OpenAPIV3.Document | OpenAPIV3_1.Document; export declare function parseOpenAPISpec(specPath: string): Promise; //# sourceMappingURL=openapi-parser.d.ts.map