import { B1 } from './B1'; import { DPT } from '../../enums'; /** KNX DPT 1.016 — Acknowledge (1-bit alarm acknowledge). */ export declare class DPT_Ack extends B1 { readonly type: DPT; readonly unit: string; /** Send group write `1` (acknowledge). */ acknowledge(): Promise; toString(value?: number): string; } //# sourceMappingURL=DPT_Ack.d.ts.map