import { OpenAPIV2, OpenAPIV3 } from '../types/openapi';
export declare function migrate_2_0To3_0(v2: OpenAPIV2.Document): OpenAPIV3.Document;
