export declare const contextReducer: import("@reduxjs/toolkit").Reducer & { getInitialState: () => import("./context-state.js").ContextState; };