import { GetSocialsReturnType, UseQueryOptions } from '../types'; import { Chain } from 'viem'; type UseSocialsOptions = { ensName: string; chain?: Chain; }; export declare const useSocials: ({ ensName, chain }: UseSocialsOptions, queryOptions?: UseQueryOptions) => import('@tanstack/react-query').UseQueryResult; export {}; //# sourceMappingURL=useSocials.d.ts.map