export declare type IntercomType = (command: string, callbackOrSettings?: any) => void; export declare type IntercomWindow = Window & { Intercom: IntercomType; };