export declare function listPhotos(reservationId: string, companyId: string): Promise; export declare function uploadPhoto(reservationId: string, companyId: string, type: 'PICKUP' | 'DROPOFF', buffer: Buffer): Promise; export declare function deletePhoto(photoId: string, reservationId: string, companyId: string): Promise; //# sourceMappingURL=reservation.photo.service.d.ts.map