import * as $dara from '@darabonba/typescript'; export declare class DeleteMetricRulesRequest extends $dara.Model { /** * @remarks * This parameter is required. * * @example * ab05733c97b7ce239fb1b53393dc1697c7e12**** */ id?: string[]; regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }