import { IntercomInstance } from "./types"; export declare const init: (config?: { widgetUrl?: string; }) => Promise; export declare let ref: IntercomInstance | undefined;