import { NodeContext } from './types'; export default class NPM { static renamePackageJson(): Promise; static restorePackageJson(): Promise; static install(nodeCtx: NodeContext, pkgs: string[]): Promise; static configure(nodeCtx: NodeContext, cfg: { [key: string]: object | string | number | boolean | null; }): Promise; static rebuild(nodeCtx: NodeContext, ...args: string[]): Promise; } //# sourceMappingURL=npm.d.ts.map