/** * @fileOverview This file provides a store decorator, which enhances the attributes of one store by the attributes in * another store. */ /** * Enhances master store features by attributes from a lookup store. */ declare function _default(masterStore: any, lookupStore: any, lookupOptions: any): any; export { _default as default };