import type { Root } from 'hast'; import type { VFile } from 'vfile'; export declare function rehypeImages(): (tree: Root, file: VFile) => void;