import { AllState } from "repond"; export declare function setGlobalState, PartialGlobalState extends Partial>(newState: PartialGlobalState | ((state: AllState["global"]["main"]) => PartialGlobalState), callback?: () => void): void; export declare function getGlobalState(): any;