export declare class Npm { private readonly npmCommand; private readonly packageJsonPath; constructor(npmCommand: string, packageJsonPath: string); updateLibrary(library: string, version: string): Promise; currentCarestreamServerVersion(): string; }