declare const defaultProfile: (ethereumAddress: string) => Promise; declare const profileById: (profileId: string) => Promise; declare const profileByHandle: (handle: string) => Promise; declare const getRecommendedProfiles: () => Promise; export { defaultProfile, profileById, profileByHandle, getRecommendedProfiles };