import { IDataObject } from 'n8n-workflow';
export declare function processAddressFields(prefix: string, addressData: IDataObject): IDataObject;
