import type { GetSelectionRange } from 'roosterjs-editor-types'; /** * @internal * Get current or cached selection range * @param core The EditorCore object * @param tryGetFromCache Set to true to retrieve the selection range from cache if editor doesn't own the focus now * @returns A Range object of the selection range */ export declare const getSelectionRange: GetSelectionRange;