export declare const createProgress: (total: number, label: string) => {
    run: () => void;
    clear: () => void;
};
