export declare function hasProperty(obj: unknown, key: K): obj is T & Record;