import { IDataObject } from 'n8n-workflow';
export declare function clearNullableProps(obj?: IDataObject | null): IDataObject | undefined;
