/** * Copyright (c) 2014-present Houfeng * @homepage https://github.com/Houfeng/ober * @author Houfeng */ export declare class ReflectShim { static getOwnPropertyDescriptor(target: any, property: PropertyKey): PropertyDescriptor | undefined; private static getPropertyDescriptor; static get(target: any, property: PropertyKey, receiver: any): any; static set(target: any, property: PropertyKey, value: any, receiver: any): void; } //# sourceMappingURL=Reflect.shim.d.ts.map