import {OnProgress} from './on-progress' export type Context = { file: string, position: number, onProgress?: OnProgress }