export declare function findNpmRoot(extDir: string): string | undefined; export declare function checkForUpdate(autoUpdate: boolean, notify?: (msg: string) => void): Promise;