declare const safeHasOwnProperty: (obj: any, prop: string) => boolean; export default safeHasOwnProperty;