import { PrefetchAction, ReducerState, ReadonlyReducerState } from '../router-reducer-types';
export declare function prefetchReducer(state: ReadonlyReducerState, action: PrefetchAction): ReducerState;
