export declare function parseWithDate(jsonString: string): T; export declare function parseWithDate2(json: any): T;