declare const ObjectDefineProperties: (o: T, properties: PropertyDescriptorMap & ThisType) => T; export = ObjectDefineProperties;