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