import { ChainContext, ChainName } from '@cosmos-kit/core';
export declare const useChain: (chainName: ChainName, sync?: boolean) => ChainContext;
