export declare function resolveObjectPropertyPath(obj: any, propertyPath: string[] | string, fallback?: any): any;