import { WALLET } from "./constants"; export declare function getChecksumAddress(address: string): string; export declare function getDefaultChain(): { chainId: number; chainName: string; }; export declare const adaptChainName: ({ wallet, chainName, }: { wallet: WALLET; chainName: string; }) => string;