import { StateField, EditorState } from '@codemirror/state'; export declare const zenumlParticipantStateField: StateField>; export declare function getParticipants(state: EditorState): ReadonlySet;