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