import type { ShallowMutableContentModelTable, TableVerticalInsertOperation } from 'roosterjs-content-model-types'; /** * Insert a row to the table * @param table The table model where the row is to be inserted * @param operation The operation to be performed */ export declare function insertTableRow(table: ShallowMutableContentModelTable, operation: TableVerticalInsertOperation): void;