export type ProgressCallback = (downloaded: number, total: number) => void;