import type { Table } from './useTable/types.js'; /** * Updates the page index to the last non-empty page when the current page is empty. * Necessary for paginated tables with sub-rows. * @internal */ export declare function usePaginationEmptyPageCorrection(table: Table): void;