import { IObject } from "./"; export declare function getOwnPropList(src: IObject | any[], propName: string, path?: string): { [key: string]: any; };