export declare function mapCoinTypeToSymbol(coinType: string): string;
export declare function mapSymbolToCoinType(chain: string): string;
