import { IProgress } from './progress.type';
export declare function createProgress(loaded: number, total: number): IProgress;
