export declare function JsonParserProvider(): { contentType: string; parser: (data: string) => any; };