import type { CellRange } from '../../ts-types'; import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function getCellMergeInfo(table: BaseTableAPI, col: number, row: number): false | CellRange;