import Uri = monaco.Uri; export interface EditorModel { value: string; language?: string; uri?: Uri; }