import type { Root as HastRoot } from 'hast';
export declare function downloadFavicon(hast: HastRoot): Promise<string>;
