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