import { type BatteryCCReport, type PersistValuesContext } from "@zwave-js/cc";
import { type LogNode } from "@zwave-js/core";
import type { ZWaveNode } from "../Node.js";
/** Handles the receipt of a BatteryCCReport */
export declare function handleBatteryReport(ctx: PersistValuesContext & LogNode, node: ZWaveNode, command: BatteryCCReport): void;
//# sourceMappingURL=BatteryCC.d.ts.map