import * as $dara from '@darabonba/typescript'; export declare class DeleteRoleResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 898FAB24-7509-43EE-A287-086FE4C44394 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }