/** /** * Progress callback function type */ export type ProgressCallback = (message: string, fraction: number) => void;