export declare function toCursor({ value }: { value: string; }): string; export declare function fromCursor(str: string): string | null;