import * as $dara from '@darabonba/typescript'; export declare class DeleteAlertContactGroupRequest extends $dara.Model { /** * @remarks * List of alert contact group IDs. * * This parameter is required. */ contactGroupIds?: number[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }