import Cursor from '@staticcms/core/lib/util/Cursor'; import type { RootState } from '@staticcms/core/store'; export declare function selectCollectionEntriesCursor(state: RootState, collectionName: string): Cursor;