export declare class ReplayCursor { private counter; nextStepId(): string; peekNextStepId(): string; get value(): number; } //# sourceMappingURL=replayCursor.d.ts.map