export declare function getFromObject(obj: any, path: string, defaultValue?: D): T | D;