export interface UseRnsAddressParameters { name?: string; chainId?: number; } export declare function useRnsAddress({ name, chainId: targetChainId }: UseRnsAddressParameters): import("wagmi").UseReadContractReturnType;