export declare abstract class EditorCursor { abstract setQuestionMap(key: string, value: any): void; abstract clearQuestionMap(): void; abstract removeQuestionMap(key: string): void; } //# sourceMappingURL=questionset-editor-cursor.service.d.ts.map