/**
 * `grip-connect tare [device]` -- runs tare (zero) calibration.
 */
import type { Command } from "commander";
/**
 * Registers the `tare` command on the Commander program.
 *
 * @param program - The root Commander program.
 */
export declare function registerTare(program: Command): void;
//# sourceMappingURL=tare.d.ts.map