import * as $dara from '@darabonba/typescript'; export declare class StopAlertRequest extends $dara.Model { /** * @remarks * The alert rule group name. * * @example * sample */ alertRuleGroupName?: string; /** * @remarks * The alert rule name. * * @example * sample */ alertRuleName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }