import * as $dara from '@darabonba/typescript'; import { ListPrometheusAlertRulesResponseBody } from "./ListPrometheusAlertRulesResponseBody"; export declare class ListPrometheusAlertRulesResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListPrometheusAlertRulesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }