import { Span } from '@opentelemetry/api'; import { type KnxGroupOperation } from './knxMetrics'; type KnxDataPoint = { getAddress(): string; type: unknown; }; export declare const observeKnxGroup: (operation: KnxGroupOperation, dataPoint: KnxDataPoint, fn: (span: Span | undefined) => Promise, extraAttributes?: Record) => Promise; export {}; //# sourceMappingURL=observeKnxGroup.d.ts.map