import type { BeanCollection } from '../context/context';
export declare function setRowCount(beans: BeanCollection, rowCount: number, maxRowFound?: boolean): void;
export declare function getCacheBlockState(beans: BeanCollection): any;
export declare function isLastRowIndexKnown(beans: BeanCollection): boolean | undefined;
