import { SidebarAction, SidebarState } from '../Sidebar/Sidebar.types'; export declare const sidebarReducer: (state: SidebarState, action: SidebarAction) => SidebarState; //# sourceMappingURL=sidebar.reducer.d.ts.map