import { StateT } from "../reducer"; export declare const mockStoreWithGlobal: (state?: StateT) => import("redux").Reducer<{ chart: StateT; global: import("../../global/reducer").StateT; }, import("redux").AnyAction>;