import * as monacoApi from "monaco-editor"; export declare const textMateToMonacoToken: (editor: monacoApi.editor.ICodeEditor, scopes: string[]) => string;