/** * Object exporting all available lints. */ export declare const lints: { unifiedLatexLintArgumentColorCommands: import('unified').Plugin; unifiedLatexLintArgumentFontShapingCommands: import('unified').Plugin; unifiedLatexLintConsistentInlineMath: import('unified').Plugin; unifiedLatexLintNoDef: import('unified').Plugin; unifiedLatexLintNoPlaintextOperators: import('unified').Plugin; unifiedLatexLintNoTexDisplayMath: import('unified').Plugin; unifiedLatexLintNoTexFontShapingCommands: import('unified').Plugin; unifiedLatexLintObsoletePackages: import('unified').Plugin<[unknown] | void[], import('@unified-latex/unified-latex-types').Root, import('@unified-latex/unified-latex-types').Root>; unifiedLatexLintPreferSetlength: import('unified').Plugin; }; /** * ## What is this? * * Linting functions for `unified-latex` ASTs. Lints are found in the `rules/` subdirectory. Lints * that can be fixed accept an optional `{fix: boolean}` argument. * * ## When should I use this? * * If you are building a linter for LaTeX code. * */ //# sourceMappingURL=index.d.ts.map