export declare class LogoScrape { static getLogo(url: string | string[]): Promise; static getLogos(url: string | string[]): Promise; }