import type { INodeProperties } from 'n8n-workflow';
export declare function getNearbyLocationSearch(apiKey: string, latLong: string, category: string, phone: string, address: string, radius: string, radiusUnit: string, language: string): Promise<any>;
export declare const nearbyLocationSearchFields: INodeProperties[];
