import { ChainId } from '@portkey/provider-types'; export declare const useCurrentChainSync: (chainId: ChainId) => () => Promise;