import { Exception } from './exception'; export declare class HttpException extends Exception { private statusCode; constructor(statusCode: number, name: any, message: any); }