export declare const encodeCursor: (cursor?: any) => string | null; export declare const decodeCursor: (cursor?: string | null) => string | null;