declare function hasOwn(o: T, p: PropertyKey): p is keyof T; export = hasOwn;