import { Plugin } from "unified"; import { XastRoot } from "./types"; /** * Parse a string to a Xast ast tree. */ export declare const xastParserPlugin: Plugin; //# sourceMappingURL=plugin-xast-parse.d.ts.map