declare module "@ssddanbrown/codemirror-lang-smarty" { import type { StreamParser } from "@codemirror/language" export const smarty: StreamParser; }