import { type TextareaRenderable } from "@opentui/core"; export declare function skillHighlightSupported(): boolean; export declare function paintSkillMentions(editor: TextareaRenderable | null, known: ReadonlySet, color: string): void;