import { ThunkAction } from "redux"; import GlobalState from "./GlobalState"; export declare function dispatchNoneAction(): ThunkAction;