export default class OAS { static generate(): Promise; static saveToFile(filename: string): Promise; static printJson(): Promise; }