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