import type { Text } from '@codemirror/state'; import type { EditorView } from '@codemirror/view'; export declare const getString: (text: Text) => string; export declare const getText: (view: EditorView) => string;