declare const ObjectGetOwnPropertyDescriptor: (o: any, p: PropertyKey) => PropertyDescriptor; export = ObjectGetOwnPropertyDescriptor;