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