type CursorEntry = { ts: string; offset: number; createdAt: number; }; export declare function saveCursor(ts: string, offset: number): string; export declare function resolveCursor(id: string): CursorEntry | undefined; export {}; //# sourceMappingURL=cursor.d.ts.map