import { DesktopSingleReport, Fetcher } from "../types";
import { HTMLElement } from 'node-html-parser';
export declare const IcoFaviconSizes: number[];
export declare const checkIcoFavicon: (url: string, head: HTMLElement | null, fetcher: Fetcher) => Promise<DesktopSingleReport>;
