import { AnyAction } from "redux"; declare const mockReducer: { flex: (state: any, action: AnyAction) => { publicMock: { name: string; }; privateMock: any; }; }; export { mockReducer };