export interface Downloader { download(url: string, targetFilePath: string, options: T): Promise; }