export declare class MyException { status: number; body: any; constructor(status: number, body: any); }