export declare function extractExternalUrlMetadata(url: string): Promise<{ image: string; favicon: string; title: string; description: string; }>;