import { EditorState } from '@codemirror/state'; export declare function getContextAtPos(state: EditorState, variables: Record, pos: number): null | undefined;