import type { Ast } from "./schemas.js"; /** * Validate an mdast-shaped AST recursively against known node schemas. * Returns true if all nodes validate; false otherwise. */ export declare function validateAst(ast: Ast): boolean; export type { Ast }; //# sourceMappingURL=validate-ast.d.ts.map