export declare const getCursorWord: (inputValue: string | number, cursorPosition?: number | null) => { word: string; cursorStart: number; cursorEnd: number; }; //# sourceMappingURL=get-cursor-word.d.ts.map