import { StoreKeys, UIStoreStateData, UIStoreType } from '@ui-schema/react/UIStore'; export declare const updateStoreScope: (store: S, scope: keyof UIStoreStateData, storeKeys: StoreKeys, newValue: any) => S;