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