import type { BeanCollection } from '../../context/context';
export declare const _refreshEditCells: (beans: BeanCollection) => () => void;
