declare global { class RhinoWrappedException { javaException: any rhinoException: any message: string stack?: string } } export {}