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