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