import { ChainId } from './chainId'; export declare function getWethAddressByChainId(chainId: ChainId): string; export declare function hasWethAddress(chainId: ChainId): boolean;