import type { Focus } from 'roosterjs-editor-types'; /** * @internal * Focus to editor. If there is a cached selection range, use it as current selection * @param core The EditorCore object */ export declare const focus: Focus;