export declare class HttpError extends Error { constructor(req: any, res: any, message: string); }