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