import type { IEditor } from 'roosterjs-editor-types'; import type { TableCellSelectionState } from '../TableCellSelectionState'; /** * @internal * Check if the selection started in a inner table. */ export declare function prepareSelection(state: TableCellSelectionState, editor: IEditor): void;