import type { PaginationContextValue } from './types'; export declare const usePagination: () => PaginationContextValue;