import { F32 } from './F32'; import { DPT } from '../../enums'; /** KNX DPT 14.019 — Electric current (A, 4-byte float). */ export declare class DPT_Value_Electric_Current extends F32 { readonly type: DPT; readonly unit: string; toString(value?: number): string; } //# sourceMappingURL=DPT_Value_Electric_Current.d.ts.map