import type { INode, Workflow, DeduplicationHelperFunctions } from 'n8n-workflow'; export declare const getDeduplicationHelperFunctions: (workflow: Workflow, node: INode) => DeduplicationHelperFunctions;