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