import { ExtendedChain } from "@lifi/sdk"; //#region src/hooks/useChain.d.ts declare const useChain: (chainId?: number) => { chain: ExtendedChain | undefined; isLoading: boolean; getChainById: (chainId?: number, chains?: ExtendedChain[]) => ExtendedChain | undefined; }; //#endregion export { useChain }; //# sourceMappingURL=useChain.d.ts.map