/** * @export * @class Installer */ export declare class Installer { /** * @param {string} pkg * @memberof Installer */ install(pkg: string, tag?: string): void; installPeerDependencies(pkg: string, tag?: string): void; installRangeLatest(pkg: string, range: string): void; } //# sourceMappingURL=installer.d.ts.map