/** /** * Progress callback function type */ export type ProgressCallback = (message: string, fraction: number) => void; //# sourceMappingURL=types.d.ts.map