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