import type { schema } from '@data-client/endpoint'; export declare function paginatedMerge(existing: any[], incoming: any[]): any[]; export declare function createPaginationSchema(removeCursor: (...args: readonly any[]) => any[], collection: schema.Collection): any; //# sourceMappingURL=paginatedCollections.d.ts.map