declare const ObjectDefineProperty: (o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType) => T; export = ObjectDefineProperty;