import type { Event, EventHint, EventProcessor } from '@sentry/types'; /** * Process an array of event processors, returning the processed event (or `null` if the event was dropped). */ export declare function notifyEventProcessors(processors: EventProcessor[], event: Event | null, hint: EventHint, index?: number): PromiseLike; //# sourceMappingURL=eventProcessors.d.ts.map