declare class DeviceConnectionsFactory { private _connectionsMapping; constructor(); _udidAsToken(udid: any): string; _portAsToken(port: any): string; _toKey(udid: string, port: number): string; _releaseProxiedConnections(connectionKeys: any): any; listConnections(udid: string | null, port: number, strict?: boolean): string[]; requestConnection(udid: any, port: any, options: any): Promise; releaseConnection(udid: string, port: number): void; } declare const DEVICE_CONNECTIONS_FACTORY: DeviceConnectionsFactory; export { DEVICE_CONNECTIONS_FACTORY, DeviceConnectionsFactory }; export default DEVICE_CONNECTIONS_FACTORY; //# sourceMappingURL=iProxy.d.ts.map