import type { IJodit } from "jodit/esm/types/index";
import type { ISelectionContext } from "../interface/index";
/**
 * Add current selection to context
 */
export declare function getCurrentSelectionContext(jodit: IJodit): ISelectionContext | null;
