import { IGlobalState } from "./types"; declare function setGlobalState(newState?: Partial): void; declare function getGlobalState(): IGlobalState; export { setGlobalState, getGlobalState }; //# sourceMappingURL=globalState.d.ts.map