import { s as MathLintDiagnostic } from "../diagnostics-DdO0xPGy.js"; import { DocumentTree } from "document-schema.js"; //#region src/latex/lint.d.ts declare function lintMathCoherence(pkg: DocumentTree): readonly MathLintDiagnostic[]; //#endregion export { lintMathCoherence };