import { Currencies } from './types'; /*** * * @description * Represent the list of availables currencies * */ export declare const currencies: Currencies;