/** * RN port of web's `useFiatExchangeRates`: the fiat exchange-rate table used to * convert the host's USD source balance into Swapped's EUR sell cap. Keyless * endpoint, cached for an hour (rates barely move within a session). */ export declare function useFiatExchangeRates(enabled?: boolean): import("@tanstack/react-query").UseQueryResult; //# sourceMappingURL=useFiatExchangeRates.d.ts.map