import { InterestRate } from ".";
import { ApiState } from "./selectorUtils";
export declare const selectInterestRateByCurrency: (state: ApiState, currencyId: string) => InterestRate | undefined;
//# sourceMappingURL=interestRateSelectors.d.ts.map