import { Command } from 'commander'; export declare function isGloballyInstalled(): boolean; export declare function registerUpdate(program: Command): void;