/** * @since 7.1.0 */ export declare enum EventSpan { /** * @since 7.1.0 */ THIS_EVENT = 0, /** * @since 7.1.0 */ THIS_AND_FUTURE_EVENTS = 1 }