import * as $dara from '@darabonba/typescript'; export declare class ExportOASResponseBody extends $dara.Model { /** * @remarks * The Base64-encoded data of the exported Swagger file. You can obtain the file by using Base64 decoding. * * @example * UEsDBBQACAAIAABc8FgAAAAAAAAAAAAAAAA... */ data?: string; /** * @remarks * The request ID. * * @example * CEF72CEB-54B6-4AE8-B225-F876xxxxxxxx */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }