import type { AggregationObject, ParsedPageId } from '../types.js'; export declare function encodePageId(lastItem: unknown, sort?: Record, aggregation?: AggregationObject[]): string | undefined; export declare function decodePageId(encodedPageId?: string): ParsedPageId | undefined;