import { ICell } from '../index.data'; export declare type IMergeCellUndoContext = { i: number; j: number; cell: ICell; }[];