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