declare const hasObjectProperty: (object: object, ...args: string[]) => boolean; export default hasObjectProperty;