import type { GlobalModel } from '../state/global'; export declare function useGlobalModel(): [T, (value: Partial | ((prevState: T) => Partial)) => void];