declare module lib_json {/*** @author fenris*/function encode(x: any, formatted?: boolean): string;/*** @author fenris*/function decode(x: string): any;}declare module lib_json {}declare module lib_json {/*** @author fenris*/class class_json implements lib_code.interface_code<any, string> {/*** @author fenris*/constructor();/*** @implementation* @author fenris*/encode(x: any): string;/*** @implementation* @author fenris*/decode(x: string): any;}}