/** Class UJson */ export declare class UJson { static protoKey: string; static merge(target: any, source: any, overwrite: any): any; static clone(source: any): any; }