export declare function lookupCompany(domain: string): Promise<{ name: string; logoUrl: string; } | null>; //# sourceMappingURL=clearout.d.ts.map