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