import { AbstractCurrency } from './AbstractCurrency'; export declare type Currency = AbstractCurrency;