/opt/canhelp/node_modules/next/dist/client/components/router-reducer/reducers
Edit: /opt/canhelp/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.d.ts (204B)
import type { ReadonlyReducerState, ReducerState, RefreshAction } from '../router-reducer-types';
export declare function refreshReducer(state: ReadonlyReducerState, action: RefreshAction): ReducerState;