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