import { GooglePlacesMatchPreviewRO } from '@escapenavigator/types/dist/google-places/google-places-match-preview.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { id: number; }; type ResponseData = GooglePlacesMatchPreviewRO; export declare const matchPreviewGooglePlace: ApiMethodDeclaration; export {};