import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@readyapi/openapi-parser'; import type { Spec } from '../types'; export declare function getModels(spec?: Spec): OpenAPIV2.DefinitionsObject | Record | Record; //# sourceMappingURL=getModels.d.ts.map