/** * Get the exchange rate for a given currency or return undefined if not found or any of the arguments are undefined */ export declare const getExchangeRate: (currency: string | undefined, currencyExchangeRates: Record | undefined, bipsMarkup?: number) => number | undefined; //# sourceMappingURL=getExchangeRate.d.ts.map