export declare function setFavicon(path: string): void;
export declare function hasFavicon(url: string): Promise<boolean>;
