export type KnxNodeProtocol = { name: 'knx'; configuration: { ip: string; port: number; physAddr: string; mapping?: Record; }>; }; }; //# sourceMappingURL=knx.d.ts.map