import type { TableOperation, IEditor } from 'roosterjs-content-model-types'; /** * Format current focused table with the given format * @param editor The editor instance * @param operation The table operation to apply */ export declare function editTable(editor: IEditor, operation: TableOperation): void;