export declare function isObject(val: any): boolean; export declare const getValue: (target: any, path: any, options: any) => any;