import { Response } from 'node-fetch';
export declare function parseBody(resp: Response): Promise<any>;
