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