export interface CurrencyResponse {
    code: number;
    name: string;
}
//# sourceMappingURL=CurrencyResponse.d.ts.map