export declare function attemptNestedProperty(object: { [key: string]: any; }, path: string[], value: any): void;