/** * Opens the profile of the passed in fid, falling back to the user's farcaster account. * @param fid [optional] - The FID of the user to view the profile of. * @returns void */ export declare function useViewProfile(): (fid?: number) => void; //# sourceMappingURL=useViewProfile.d.ts.map