import type { IEditor } from 'roosterjs-editor-types'; import type { TableCellSelectionState } from '../TableCellSelectionState'; /** * @internal */ export declare function selectTable(editor: IEditor, state: TableCellSelectionState): void;