import * as $dara from '@darabonba/typescript'; export declare class BatchAbolishApisResponseBody extends $dara.Model { /** * @remarks * The ID of the operation. * * @example * f7834d74be4e41aa8e607b0fafae9b33 */ operationId?: string; /** * @remarks * The ID of the request. * * @example * E7FE7172-AA75-5880-B6F7-C00893E9BC06 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }