import { Actions, State } from './types'; export default function reducer(state: State, action: Actions): State; //# sourceMappingURL=reducer.d.ts.map