export declare abstract class EditorCursor { abstract setQuestionMap(key: string, value: any): void; abstract clearQuestionMap(): void; }