import { Chain } from '../../enums';
import { CurrencyInfo } from '../../types';
/**
 * Given a Chain, return the CurrencyInfo.
 */
export declare function currencyInfoFromChain(_chain?: Chain): CurrencyInfo;
