import type { OnMount } from '@lingxiteam/monaco-react'; export declare const languageName = "javascript"; export declare const themeName = "lingxi-functors-theme"; export declare const useLanguage: () => { createLanguage: OnMount; };