import { IState, TAction } from './types'; export declare function reducer(state: IState, action: TAction): IState; export declare const initialState: IState; //# sourceMappingURL=reducers.d.ts.map