export declare const hasOwnProperty: (obj: Obj, key: K) => obj is { [key in K]-?: Obj[key]; } & Obj;