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