import { IEvent } from "./IEvent"; export type OnProgress = (event: IEvent) => void;