import { VSCodeInterface, EditorType } from '../models/ext_models'; export declare class EditorFlow { private static instance; static selectedType: EditorType; private vscodeListener; static getInstance(type: EditorType, iface: VSCodeInterface): EditorFlow; private constructor(); getEmitter(): any; getSubscriptions(): any[]; dispose(): void; }