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