declare const ObjectHasOwn: (o: object, v: PropertyKey) => boolean; export = ObjectHasOwn;