import { EditorState } from "@uiw/react-codemirror";
interface EditorStateInfo {
    cursorPos: number;
    fullLineText: string;
    lineTextUpToCursor: string;
    lineTextAfterCursor: string;
}
export declare function parseTagFromLineText(lineText: string): string;
export declare function getEditorStateInfo(state: EditorState): EditorStateInfo;
export {};
//# sourceMappingURL=extensions-utils.d.ts.map