/** * 本地化 markdown 内容中的所有 http/https 图片链接 */ export declare function downloadRemoteImages(links: string[], outDir: string): Promise;