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