import type { DataPointAbstract } from '../dpts'; import type { KnxLink } from './KnxLink'; export type { RequiredKnxLinkOptions, KnxLinkConstructorOptions, LinkInfo, KnxDisconnectedReason, KnxConnectingEvent, KnxNetworkConnectionEstablishedEvent, KnxStartingSessionEvent, KnxReconnectingEvent, KnxDisconnectedEvent } from '../knx-common'; export type DatapointConstructor> = import('../knx-common').DatapointConstructor; export type KnxGroupSchema> = import('../knx-common').KnxGroupSchema; //# sourceMappingURL=types.d.ts.map