import type { Argv } from '../Argv'; declare const _default: { command: string; desc: string; builder: { cacheDir: { default: string; describe: string; }; ignoreSSL: { default: boolean; type: string; describe: string; }; repository: { default: string; describe: string; }; auth: { describe: string; }; artifact: { default: string; describe: string; }; }; handler: (argv: Argv) => Promise; }; export = _default; //# sourceMappingURL=update.d.ts.map