import type { LocaleTextFunc } from 'ag-stack'; import type { GridOptionsService } from '../gridOptionsService'; export declare function _formatPaginationNumber(value: number, gos: GridOptionsService, getLocaleTextFunc: () => LocaleTextFunc): string;