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