export declare const hasOwnProp: (obj: object, prop: string | symbol) => boolean;
