/** * Assigns arguments to a new object */ export declare function clone< I extends object = object >(...arg_a:Partial[]):I