import type { Transaction } from '@atlaskit/editor-prosemirror/state'; import type { TableContext } from '../table-map'; export declare function addRow(tr: Transaction, { map, tableStart, table }: TableContext, row: number): Transaction;