/** * Parse given body as json object if responseType is configured */ declare const parseJsonResponse: (status: number, body: any) => { ok: boolean; body: any; }; export { parseJsonResponse }; //# sourceMappingURL=parseJsonResponse.d.ts.map