declare const hasEnumerableOwn: (key: K, object: object) => object is globalThis.Record; export default hasEnumerableOwn;