import { BaseCurrency } from '../entities';
export declare const ID_TO_SUPPORTED_TOKEN: (id: string) => BaseCurrency[];
