import * as $dara from '@darabonba/typescript'; export declare class DeleteMonitorGroupResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * C7E2CBAA-47FF-569F-AF12-B14B80E25422 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }