import { PaginationState } from '../types'; /** * Create the current state of the pagination * * @param {boolean} [finite] * @param {number} [hitsPerPage] * @param {number} [page] * @returns {SearchContext} */ export declare function createPaginationState(finite?: boolean, hitsPerPage?: number, page?: number): PaginationState; //# sourceMappingURL=pagination-context.d.ts.map