import { Node } from "unist";

//#region src/Markdown/plugins/rehypeKatexDir.d.ts
declare const rehypeKatexDir: () => (tree: Node) => void;
//#endregion
export { rehypeKatexDir };
//# sourceMappingURL=rehypeKatexDir.d.mts.map