export const searchCurrencies: import("@reduxjs/toolkit").AsyncThunk; export const currencyReducer: import("redux").Reducer<{ loadingCurrencies: boolean; moreLoadingCurrencies: boolean; isListEndCurrencies: boolean; currencyList: any[]; }>;