import { Store } from "redux"; import GlobalState from "./redux/GlobalState"; import "./utils/GlobalHelpers"; export declare const store: Store;