import { TimeOfDay } from '../TimeOfDay/TimeOfDay'; import { DPT } from '../../enums'; /** KNX DPT 10.001 — Time of day (`HH:MM:SS` string, optional weekday prefix). */ export declare class DPT_Time extends TimeOfDay { readonly type: DPT; readonly unit: string; } //# sourceMappingURL=DPT_Time.d.ts.map