export declare enum KnxLayer { /** * Tunneling on link layer, establishes a link layer tunnel to the KNX network. */ LINK_LAYER = 2, /** * Tunneling on raw layer, establishes a raw tunnel to the KNX network. */ RAW_LAYER = 4, /** * Tunneling on busmonitor layer, establishes a busmonitor tunnel to the KNX network. */ BUSMONITOR_LAYER = 128 } //# sourceMappingURL=layer.d.ts.map