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