export declare type Path = string | { download: string; extract: string; }; declare const _default: (version: string, location?: Path) => Promise; export default _default;