import { BaseCommand } from '../commands/connect'; import { Command } from 'commander'; type CommandArgs = [...any[], T, Command]; export declare function withUpdateCheck(fn: (...args: any[]) => void | Promise): (...args: CommandArgs) => void | Promise; export declare function exitWithUpdateCheck(errorCode?: number): never; export declare function updateCli(): void; export {}; //# sourceMappingURL=updates.d.ts.map