import { U8 } from './U8'; import { DPT } from '../../enums'; /** KNX DPT 5.004 — Percentage (8-bit, 0–255 → 0–100 %). */ export declare class DPT_Percent_U8 extends U8 { readonly type: DPT; readonly unit: string; } //# sourceMappingURL=DPT_Percent_U8.d.ts.map