import * as $dara from '@darabonba/typescript'; export declare class DeleteAlertRulesResponseBody extends $dara.Model { /** * @remarks * Indicates whether the alert rule was deleted. * * * `true`: The alert rule was deleted. * * `false`: The alert rule failed to be deleted. * * @example * true */ isSuccess?: boolean; /** * @remarks * The ID of the request. * * @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; }); }