/** * Checks if it's a HttpResponse * @param data The variable to test * @return The data from cache */ export declare function isHttpResponse(data: any): boolean; //# sourceMappingURL=is-http-response.helper.d.ts.map