export interface CurrencyModel {
    code: string;
    description: string;
}
//# sourceMappingURL=CurrencyModel.d.ts.map