declare const serverInitialState: (...reducers: any[]) => { entities?: any; }; export default serverInitialState;