import { LintResult } from '../linter.js'; import { Root } from 'mdast'; export declare function checkFrontmatter(tree: Root): LintResult[]; //# sourceMappingURL=frontmatter.d.ts.map