export declare const toCursor: (ids: Record<string, string>) => string;
export declare const fromCursor: (cursor: string) => Record<string, string>;
