import { Socket } from 'dgram'; export declare class KnxTransport { private readonly gateway; private readonly tunnel; private constructor(); static open(ip: string, port: number): Promise; getGateway(): Socket; getTunnel(): Socket; onClose(cb: () => void): void; close(): void; } //# sourceMappingURL=KnxTransport.d.ts.map