import { ExchangeRateErrors } from "../types"; import { Unit } from "@ledgerhq/types-cryptoassets"; export declare function inferError(response: ExchangeRateErrors, unitFrom: Unit): Error; //# sourceMappingURL=inferRatesError.d.ts.map