/**
* Find an object inside another object by a given path
* @param $ref Path to find EX: '#/level1/level2/level3'
* @param fullObject Full instance of the object
*/
export declarefunctionfindInObject($ref: string, fullObject: any): any;
//# sourceMappingURL=objects.util.d.ts.map