export declare const getDidsByRss3: (user: string) => Promise<{ avatar: string; lensInfo: any; ensInfo: any; csbInfo: any; } | null>; export declare const getProfileFromRss3: (user: string) => Promise;