import { type IDataDeduplicator } from 'n8n-workflow';
export declare function getDataDeduplicationService(): IDataDeduplicator;
