import { type Chain } from "@thirdweb-dev/chains"; import { UseQueryResult } from "@tanstack/react-query"; /** * @internal */ export declare function useChainQuery(chainId?: number): UseQueryResult; //# sourceMappingURL=useChainQuery.d.ts.map