import { Context } from '../common';
export declare function fromExistingOpenAPI(context: Context): Promise<void>;
