import type { Event } from '@sentry/types'; /** * Deduplication filter. */ export declare const dedupeIntegration: () => import("@sentry/types").Integration; /** only exported for tests. */ export declare function _shouldDropEvent(currentEvent: Event, previousEvent?: Event): boolean; //# sourceMappingURL=dedupe.d.ts.map