import type { ApplicationStatusCCBusy, PersistValuesContext } from "@zwave-js/cc";
import type { LogNode } from "@zwave-js/core";
import type { Driver } from "../../driver/Driver.js";
import type { ZWaveNode } from "../Node.js";
/** Handles the receipt of an ApplicationBusy command */
export declare function handleApplicationBusy(ctx: PersistValuesContext & LogNode, driver: Driver, node: ZWaveNode, command: ApplicationStatusCCBusy): Promise<void>;
//# sourceMappingURL=ApplicationStatusCC.d.ts.map