export declare function hasOwn(obj: Record<string, any>, key: string): boolean;
