import { ICurrencies } from "./types";
/***
 * @group Currency
 * @description
 * Represent the list of availables currencies
 *
 */
export declare const currencies: ICurrencies;
