declare const hasOwn: (obj: object, key: string) => any;
export default hasOwn;
