import { Reducer } from 'redux'; import * as Location from '../loader/Location.js'; declare type State = unknown; declare type StatePath = Array; declare type ReducerConfig = { prefix: string; trackRequests: boolean; requestsPath: StatePath; }; declare const _default: (configPartial?: Partial) => Reducer; export default _default; //# sourceMappingURL=reducer.d.ts.map