import { Action, State } from '../../utils-ts'; /** * Default state reducer that returns the changes. * */ export declare function stateReducer(_s: State, a: Action): unknown;