import { ErrorResponse } from './../../api'; /** * Tests if a response is an error response * * @param aResponse the response object * @return true if the response is an error response, else false */ export declare function isErrorResponse(aResponse: any): aResponse is ErrorResponse;