import { Integration } from "../types"; export declare class PrometheusProvider { private storage; constructor(storage: any); resolve(conn: Integration): Promise; }