export interface IDevice { ipAddress: string; port: number; } //# sourceMappingURL=IDevice.interface.d.ts.map