/**
 * `grip-connect watch [device]` -- streams force data indefinitely until
 * the user presses Esc.
 *
 * On exit, prints a summary of peak, mean, sample count, and elapsed time.
 */
import type { Command } from "commander";
/**
 * Registers the `watch` command on the Commander program.
 *
 * @param program - The root Commander program.
 */
export declare function registerWatch(program: Command): void;
//# sourceMappingURL=watch.d.ts.map