import type { Completion } from "@codemirror/autocomplete"; import type { Text } from "@codemirror/state"; export declare const getVariables: (doc: Text, line?: number) => Completion[]; export default getVariables;