import { RangoSupportedBlockchain } from './rango-supported-blockchains';
export declare const rangoApiSymbols: Record<RangoSupportedBlockchain, string>;
export type RangoSymbols = keyof typeof rangoApiSymbols;
