import type { ShallowMutableContentModelTable, TableCellShiftOperation } from 'roosterjs-content-model-types'; /** * @internal */ export declare function shiftCells(table: ShallowMutableContentModelTable, value: TableCellShiftOperation): void;