import { Arguments } from 'yargs'; export declare function autoUpdateCLI(argv: Arguments<{ useEnv?: boolean; }>): Promise;