export declare class Exception { protected name: any; protected message: any; constructor(name: any, message: any); }