export declare class HttpException { statusCode: number; headers: string[][]; body: any; constructor(statusCode: number, headers: string[][], body: any); }