export declare function has(obj: object, path: string | string[]): boolean; export default has;