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