import { QueryDto } from '@escapenavigator/types/dist/shared/query.dto'; import { ApiMethodDeclaration } from '..'; type ParamsData = QueryDto; type ResponseData = number; export declare const countGooglePlaces: ApiMethodDeclaration; export {};