import { Address, PublicActions } from 'viem'; export declare function getProfile(client: PublicActions, address: Address): Promise<{ nameAddress: `0x${string}`; name: string; image: { nftContract: `0x${string}`; tokenId: bigint; }; metadata: `0x${string}`; }>; export declare function getProfileV2(client: PublicActions, address: Address): Promise<{ domain: bigint; name: string; pictureHash: `0x${string}`; metadata: `0x${string}`; }>; //# sourceMappingURL=get-profile.d.ts.map