import remarkMath from 'remark-math';
import rehypeKatex from 'rehype-katex';
import type { Plugin } from 'unified';
import type { Root } from 'mdast';
import 'katex/dist/katex.min.css';
declare const remarkCite: Plugin<[], Root>;
export { remarkMath, rehypeKatex, remarkCite };
