import { AgregatorLikeReviewRO } from '@escapenavigator/types/dist/agregator/agregator-like-review.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { reviewId: number; type: 'likes' | 'dislikes'; }; type ResponseData = AgregatorLikeReviewRO; export declare const addLike: ApiMethodDeclaration; export {};