export interface UpdateProgress { bytesPerSecond: number percent: number transferred: number total: number }