import { ALL_CHAINS } from "../../chains";
import { EVMChain } from "../../types";
export type TAllChainNames = keyof typeof ALL_CHAINS;
export declare function getSelectedChain(chainName: string): EVMChain;
