declare module 'fatcher' { interface FatcherOptions { onDownloadProgress?: (current: number, total: number) => void; } }