import { IConfig as IIConfig } from "./Config"; export declare type IConfig = IIConfig; export declare function download(config: IConfig): Promise;