import { type CommandModule } from 'yargs'; import { type APICommandFlags } from '../../../lib/command/api-command.js'; export type CommandArgs = APICommandFlags & { deviceId?: string; hub?: string; driver?: string; includeNonMatching?: boolean; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=switch.d.ts.map