import * as $dara from '@darabonba/typescript'; export declare class ListPrometheusAlertTemplatesRequest extends $dara.Model { /** * @remarks * The ID of the cluster. * * @example * c0bad479465464e1d8c1e641b0afb**** */ clusterId?: string; /** * @remarks * The ID of the region. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }