import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
import { ApyType } from "../types/trend";
export declare const useInterestRatesByCurrencies: (currencies: CryptoOrTokenCurrency[]) => Record<string, {
    value: number;
    type: ApyType;
} | undefined>;
//# sourceMappingURL=useInterestRatesByCurrencies.d.ts.map