import type { Node } from 'unist';
export declare const rehypeKatexDir: () => (tree: Node) => void;
