export declare class Exception { message?: string | undefined; wrapped?: any; constructor(message?: string | undefined, wrapped?: any); }