export declare const version: any; export declare const install: (version: string, toDir: string) => Promise; export declare const getPath: (version: string) => Promise;