import { Options, SingleBar } from 'cli-progress';
export default function progress(options?: Options): SingleBar;
