import * as childProcess from "@lerna/child-process"; export declare function npmInstall(pkg: any, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio, subCommand }: any): Promise; export declare function npmInstallDependencies(pkg: any, dependencies: any, config: any): Promise;