import { ChainId } from '@liquality/cryptoassets'; declare function enableChain(state: any, chainId: ChainId): Promise; export { enableChain };