import { IActions } from "./actions"; declare type Maptype = Map; export declare const initialState: (initialValue: any) => Map; export declare type IState = ReturnType; export declare function reducer(state: IState, action: IActions): Maptype; export {}; //# sourceMappingURL=reducer.d.ts.map