import type { BeanCollection } from '../../context/context';
import type { GridState } from '../../interfaces/gridState';
export declare function getState(beans: BeanCollection): GridState;
