/**
 * Global error handler for uncaught exceptions
 *
 * @param e
 */
export declare function errorHandler(error: Error): void;
