import { ApplyGooglePlacesMatchDto } from '@escapenavigator/types/dist/google-places/apply-google-places-match.dto'; import { GooglePlacesRO } from '@escapenavigator/types/dist/google-places/google-places.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { id: number; data: ApplyGooglePlacesMatchDto; }; type ResponseData = GooglePlacesRO; export declare const applyMatchGooglePlace: ApiMethodDeclaration; export {};