export declare function ReadJson(filePath: any): any; export declare function WriteJson(filePath: any, objValue: any, formatted?: boolean): void; export declare function ToString(objValue: any, formatted?: boolean): string;