import { Action } from "./action"; export default function reducer(state: import("./typings").IState, action: { type: Action; payload?: any; }): any;