import { State, FetchAction } from '../../types.js'; export declare function fetchReducer(state: State, action: FetchAction): State; //# sourceMappingURL=fetchReducer.d.ts.map