import { IObject } from "./"; export declare function hasOwnDeepProp(src: IObject | any[], propName: string): boolean;