import { U8 } from './U8'; import { DPT } from '../../enums'; /** KNX DPT 5.010 — Value 1 octet unsigned count. */ export declare class DPT_Value_1_Ucount extends U8 { readonly type: DPT; readonly unit: string; } //# sourceMappingURL=DPT_Value_1_Ucount.d.ts.map