import { Fetcher, TouchIconIconReport, TouchIconReport, TouchIconTitleReport } from "./types"; import { HTMLElement } from 'node-html-parser'; export declare const checkTouchIconTitle: (baseUrl: string, head: HTMLElement | null, fetcher?: Fetcher) => Promise; export declare const checkTouchIconIcon: (baseUrl: string, head: HTMLElement | null, fetcher?: Fetcher) => Promise; export declare const getDuplicatedSizes: (sizes: (string | undefined)[]) => (string | undefined)[]; export declare const checkTouchIcon: (baseUrl: string, head: HTMLElement | null, fetcher?: Fetcher) => Promise;