import type { BeanCollection } from '../../context/context'; import type { FlashCellsParams } from '../../interfaces/iCellsParams'; export declare function flashCells(beans: BeanCollection, params?: FlashCellsParams): void;