import * as $dara from '@darabonba/typescript'; export declare class DeleteGroupResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * FCF40AB5-881C-A0F9-334C-B0AD423AA69D */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }