import type { HasFocus } from 'roosterjs-editor-types'; /** * @internal * Check if the editor has focus now * @param core The EditorCore object * @returns True if the editor has focus, otherwise false */ export declare const hasFocus: HasFocus;