import * as $dara from '@darabonba/typescript'; export declare class DeleteAlertContactGroupRequest extends $dara.Model { /** * @remarks * The ID of the alert contact group. * * This parameter is required. * * @example * 123 */ contactGroupId?: number; /** * @remarks * The ID of the region. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }