import { Currency } from './currency';
export declare const Currencies: Record<string, Currency>;
