import { HttpResponse } from '@coolio/http'; import { MergedData, RawResponse } from '../types'; export declare class JsonResponse> { readonly raw: Raw; readonly response: HttpResponse; constructor(raw: Raw, response: HttpResponse); readonly element: MergedData; readonly meta: Raw['meta']; } //# sourceMappingURL=response.d.ts.map