import { IProgress } from './progress.type';
export declare function isProgressLengthComputable(progress: IProgress): boolean;
