import { StoreKeys, UIStoreType } from '@ui-schema/react/UIStore'; export declare const scopeUpdaterValues: (store: S, storeKeys: StoreKeys, newValue: any, op: 'set' | 'delete') => S;