import type { Command } from 'commander';
import type { CommandDeps } from '../../deviceControl/types.js';
export declare function registerHsi(program: Command, deps: CommandDeps): void;
export default registerHsi;
//# sourceMappingURL=hsi.d.ts.map