import { HttpResponse, AnyType } from './types'; export declare function readJsonAsync(res: HttpResponse): Promise;