import { LocaleValue } from '../types/interfaces';
interface State {
    locale: LocaleValue;
}
export declare const changeLocale: import("@reduxjs/toolkit").ActionCreatorWithPayload<State, string>;
declare const storeLocale: import("@reduxjs/toolkit").EnhancedStore<State, import("redux").AnyAction, [import("redux-thunk").ThunkMiddleware<State, import("redux").AnyAction, undefined>]>;
export default storeLocale;
