import {StreamParser} from "@codemirror/language"
export declare const python: StreamParser<unknown>
export declare const cython: StreamParser<unknown>
