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