import { FaviconReport, Fetcher } from "./types"; import { HTMLElement } from 'node-html-parser'; export declare const checkFavicon: (baseUrl: string, head: HTMLElement | null, fetcher?: Fetcher) => Promise;