import { InstallConfig } from './config';
import { ConstructArgumentsResult, PackageList } from './types';
export declare function constructNpmArguments(packageList: PackageList, config: InstallConfig): ConstructArgumentsResult;
export declare const npmProjectInstallArgs: string[];
