import { ExchangeRateResponseRaw } from "../../../types"; export declare const fetchRatesMock: (amountFrom: string, fromCurrencyID?: string) => ExchangeRateResponseRaw[]; //# sourceMappingURL=fetchRates.mocks.d.ts.map