import { ProgressStatus } from './constants'; export declare function getPercentNumber(status: ProgressStatus, percent?: number): number;