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