export declare const propertyKeys: (obj: T) => (keyof T)[]; export declare const hasOwn: , K extends PropertyKey>(obj: T, key: K) => obj is T & Record;