/** * A store "result" decorator, which replaces attributes with the domain or subtype values. */ declare function _default(store: any, metadata: any): any; export { _default as default };