import { GetNameReturnType, UseNameParams, UseQueryOptions } from '../types'; /** * It leverages the `@tanstack/react-query` hook for fetching and optionally caching the ENS name */ export declare const useName: ({ address, chain }: UseNameParams, queryOptions?: UseQueryOptions) => import('@tanstack/react-query').UseQueryResult; //# sourceMappingURL=useName.d.ts.map