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