/**
 * `grip-connect active [device]` -- monitors device activity status.
 *
 * Uses the core `active()` callback to detect when force exceeds a
 * threshold for a given duration, printing status changes with timestamps.
 */
import type { Command } from "commander";
/**
 * Registers the `active` command on the Commander program.
 *
 * @param program - The root Commander program.
 */
export declare function registerActive(program: Command): void;
//# sourceMappingURL=active.d.ts.map