import { Response } from 'superagent';
import { ParserCallback } from './types';
export declare const jsonParser: (reviver?: (key: any, value: any) => any) => (res: Response, cb: ParserCallback) => void;
