import { Service } from "../../services/service"; export declare const HORIZON_SVC = "HorizonService"; export declare class HorizonService extends Service { private logger; private mainService; private xmppService; private settingsService; private contactService; private deviceManagementService; private webrtcConfigAndUtils; private centralizedService; started: boolean; sdkInitialized: boolean; vdiClientConnected: boolean; horizonSDK: any; private apiOverwrited; private nativeAPIs; windowRef: string; static getInstance(): HorizonService; static build(): HorizonService; protected constructor(); start(): Promise; stop(): void; private initHorizonSDK; private setWindowAPIs; private overwriteGlobalAPIs; private resetGlobalAPIs; private onConnectionStateChangeEvent; private updatePopoutConfiguration; } //# sourceMappingURL=horizon.service.d.ts.map