declare function Exception(name: string, message: string): string; export default Exception;