import { IExceptionEvent } from "../exceptions/exception_event"; /** * Exception with its corresponding event meta data. * * @deprecated */ export interface IExceptionEventWithMetadata extends IExceptionEvent { } //# sourceMappingURL=exception_event_with_metadata.d.ts.map