import type { IDataObject } from 'n8n-workflow';
export declare function setIfDefined(target: IDataObject, key: string, value: unknown): void;
