import type { RequiredKnxLinkOptions } from './KnxLinkOptions'; export type DatapointConstructor = new (address: string, link: TLink, options: RequiredKnxLinkOptions) => T; export type KnxGroupSchema = { DataType: DatapointConstructor; address: string; }; //# sourceMappingURL=KnxGroupSchema.d.ts.map