import type { BeanCollection } from '../context/context';
export declare function _selectAllCells(beans: BeanCollection): void;
