import { Store } from "redux";
export declare function assertStore(store?: Store): asserts store;
