export declare const languageConfiguration: { wordPattern: RegExp; comments: { lineComment: string; }; brackets: any; autoClosingPairs: any; surroundingPairs: any; folding: { offSide: boolean; }; };