import type { GetExchangeRates } from "./types";
declare const getExchangeRates: GetExchangeRates;
export default getExchangeRates;
//# sourceMappingURL=getExchangeRates.d.ts.map