export declare const fetchAllCurrencies: import("@reduxjs/toolkit").AsyncThunk; export declare const currencyReducer: import("redux").Reducer<{ loading: boolean; currencyList: any[]; }>;