export default currencies;
declare namespace currencies {
    export { currenciesAll as all };
}
/**
 * Module that exports only the currencies data
 * This file can be imported directly to benefit from tree-shaking
 * @module currencies
 */
export const currenciesAll: any[];
//# sourceMappingURL=currencies.module.d.ts.map