import type { NodeParameterValueType } from 'n8n-workflow';
export declare function checkNodeParameterNotEmpty(value: NodeParameterValueType): boolean;
