/// import { IncomingMessage, ServerResponse } from 'http'; import { ControllerContext } from './index'; export declare const getProxyErrorHandler: (ctx: ControllerContext) => (err: NodeJS.ErrnoException, req: IncomingMessage, res: ServerResponse) => Promise;