/**
 * `grip-connect info [device]` -- shows all available device properties.
 */
import type { Command } from "commander";
/**
 * Registers the `info` command on the Commander program.
 *
 * @param program - The root Commander program.
 */
export declare function registerInfo(program: Command): void;
//# sourceMappingURL=info.d.ts.map