export declare const createProgressBarString: (max: number, current: number, timeInSeconds?: number) => string;
