export declare const install: (name: string, version: string, baseDir: string, callback: (error?: Error | undefined) => void) => Promise<void>;
