import { Store } from "./store"; export { StateChangeNotification } from "./types"; export declare function enableDevTool(store: Store): void;