import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; import type { IpAddressOperations } from './ip_addresses.types'; export declare function handleIpAddressesOperation(this: IExecuteFunctions, operation: IpAddressOperations, i: number): Promise;