import type { Exception } from '@opentelemetry/api';
import type { ErrorHandler } from './types';
/**
 * Set the global error handler
 * @param {ErrorHandler} handler
 */
export declare function setGlobalErrorHandler(handler: ErrorHandler): void;
/**
 * Return the global error handler
 * @param {Exception} ex
 */
export declare function globalErrorHandler(ex: Exception): void;
//# sourceMappingURL=global-error-handler.d.ts.map