import type { SelectTable } from 'roosterjs-editor-types'; /** * @internal * Select a table and save data of the selected range * @param core The EditorCore object * @param table table to select * @param coordinates first and last cell of the selection, if this parameter is null, instead of * selecting, will unselect the table. * @returns true if successful */ export declare const selectTable: SelectTable;