import * as $dara from '@darabonba/typescript'; export declare class DeleteMonitorGroupRequest extends $dara.Model { /** * @remarks * The ID of the API group. This ID is generated by the system and globally unique. * * This parameter is required. * * @example * 42925e7f5209438186d5560239af5286 */ groupId?: string; /** * @remarks * The ID of the monitoring group. * * @example * 166636221 */ rawMonitorGroupId?: number; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }