import { ConstInterval } from '../const'; import { SparseIntervals } from './intervals'; export declare class SparseIntervalsIterator { index: number; private sparseIntervals; private curr; private intervalIndex; private posInInterval; constructor(sparseIntervals: SparseIntervals); get isStarted(): boolean; moveNext(): boolean; movePrev(): boolean; protected initObject(): void; } //# sourceMappingURL=iterator.d.ts.map