export declare const checkUpdate: (npm?: string) => void; export declare const findNpm: (argv?: any) => { cmd: string; npm: string; registry: string; }; //# sourceMappingURL=utils.d.ts.map