import type { GetCellValueParams } from '../api/gridApi';
import type { BeanCollection } from '../context/context';
export declare function expireValueCache(beans: BeanCollection): void;
export declare function getCellValue<TValue = any>(beans: BeanCollection, params: GetCellValueParams<TValue>): any;
