export declare function npmInstall(pkg: any, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio, subCommand }: any): any; export declare function npmInstallDependencies(pkg: any, dependencies: any, config: any): Promise;