declare const ObjectCreate: { (o: object): any; (o: object, properties: PropertyDescriptorMap & ThisType): any; }; export = ObjectCreate;