import type { Action, State } from "./types"; export declare const reducer: (state: State, action: Action) => State;