import { Tab } from '../cli'; import { RowDiff, Row } from '../models/table'; import { RowFormatOptions } from '../views/table'; export declare const applyDiffTable: (diff: RowDiff, tab: Tab, tableDom: HTMLElement, rows: HTMLElement[], prepareRows: Row[], option?: RowFormatOptions) => void;