declare const hasKey: (obj: T, key: PropertyKey) => key is keyof T; export default hasKey;