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