import type cheerio from "cheerio"; /** Fetch all remote images */ declare function fetchRemoteImages(rootFolder: string, currentFile: string, $: cheerio.CheerioAPI): Promise; export default fetchRemoteImages; //# sourceMappingURL=fetchRemoteImages.d.ts.map