export declare namespace JsonUtil { function parseLoseless(obj: string): any; function stringifyLoseless(obj: unknown): string; }