export declare function isObject(object: any): boolean; export declare function get(object: any, path: string | string[], defaultValue?: any): any;