import type { Favicon } from "../../types";
export declare const scrapeWithFetch: (url: string, agent: string) => Promise<Favicon[]>;
export default scrapeWithFetch;
