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