export declare function hasOwnProperty(obj: X, prop: Y): obj is X & Record; export declare function getConstructorName(obj: T): string | null;