export { templatePlaintextHighlighting } from "./highlight.js"; import type { LRParser } from "@lezer/lr"; export declare const parser: LRParser; // Term IDs for template plaintext grammar tokens (auto-generated) export declare const Plaintext: 2; export declare const TemplatePlaintextText: 1; export declare const Variable: 3;