export declare function addUnsupportedDataTypeToObjects(key: string, value: any): any; export declare const SINGLE_LINE_OUTPUT = true; export declare function stringifyJSON(entity: T, singleLine?: boolean): string; export declare function parseUnsupportedDataTypes(key: string, value: any): any; export declare function parseJSON(jsonEntity: string): T; //# sourceMappingURL=json.d.ts.map