import type { MarkdownVFile } from './types.js'; export declare function remarkCollectImages(): (tree: any, vfile: MarkdownVFile) => void;