import { BaseException } from './BaseException'; import { Request, Response } from 'express'; export declare const productionExceptionView: (reqId: string) => any; export declare const devExceptionView: (exception: BaseException, req: Request, res: Response) => any;