export declare class JSONText { static flatten(data: any): {}; static unflatten(data: any): any; static pretty(data: any): string; }