import { languages } from 'monaco-editor';
export declare class WSLanguageConfiguration {
    getConfiguration(): languages.LanguageConfiguration;
}
