import { TypedEvent } from "../utils/TypedEvent.class";
import { ErrorNotificationEvent } from "./ErrorNotification.event";
declare const ErrorNotificationEmitter: TypedEvent<ErrorNotificationEvent>;
export { ErrorNotificationEmitter };
