import * as $dara from '@darabonba/typescript'; export declare class DeleteContactGroupResponseBody extends $dara.Model { /** * @remarks * Indicates whether the alert contact group was deleted. Valid values: * * * `true` * * `false` * * @example * true */ isSuccess?: boolean; /** * @remarks * The request ID. * * @example * C21AB7CF-B7AF-410F-BD61-82D1567F**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }