import type { WordAtCursor } from "../types.js"; export declare function getWordAtCursor(text: string, cursorPosition: number): WordAtCursor;