export declare const parseOpenAPI: (filename: string, correctionsFilename: string) => Promise<{ [key: string]: any; }>;