import type { PackageInstaller, InstallerOptions } from '@atlaspack/types'; export declare class Npm implements PackageInstaller { install({ modules, cwd, fs, packagePath, saveDev, }: InstallerOptions): Promise; }