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