export declare class NpmService {
    private readonly npmCli;
    constructor();
    install(location: string): Promise<void>;
    private runNpmCommand;
}
//# sourceMappingURL=npm.service.d.ts.map