import type { NodeParameterValueType } from 'n8n-workflow';
export declare function cleanupParameterData(inputData: NodeParameterValueType): void;
