export declare type EventError = "unhandledRejection" | "uncaughtException" | "uncaughtExceptionMonitor" | "multipleResolves";
export declare function handleErrors(errors: EventError | EventError[], prefix: string): void;
//# sourceMappingURL=handleErrors.d.ts.map