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