export interface GetQuoteResponse {
    purchaseExchangeRate: number;
    sellingExchangeRate: number;
    isoCode: string;
}
//# sourceMappingURL=GetQuoteResponse.d.ts.map