import { OpenAPIV3, OpenAPIV3_1 } from '../types/openapi';
export declare function migrate_3_0To3_1(v3_0: OpenAPIV3.Document): OpenAPIV3_1.Document;
