import { NearSocialProfile, SocialParams } from '../types'; export declare const NEAR_SOCIAL_IPFS_GATEWAY = "https://ipfs.near.social/ipfs/"; export declare const nearSocialProfile: ({ accountId, network, rpcUrl, }: SocialParams) => Promise; //# sourceMappingURL=social.d.ts.map