import { HttpError } from 'lib/http'; export declare class InvalidUpstreamResponse extends HttpError { info: any; constructor(info: any); }