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