/// import { RowBase } from '../../RowBase.js'; export declare class RandomProgressRow extends RowBase { private readonly emptyClose; private static count; private instance; private progress; constructor(emptyClose?: boolean); render(stream: NodeJS.WriteStream): void; private start; } //# sourceMappingURL=RandomProgressRow.d.ts.map