/** * Created by Christophe on 28/03/2017. */ export declare class Utils { static verifyAndExtends(targetObject: Object, defaults: Object): any; }