import { LezerLanguage, LanguageSupport } from "@codemirror/next/language"; export declare const pythonLanguage: LezerLanguage; export declare function python(): LanguageSupport; //# sourceMappingURL=python.d.ts.map