import type { INodeProperties } from 'n8n-workflow';
export declare function getLocationDetails(locationId: string, apiKey: string, language: string, currency: string): Promise<any>;
export declare const locationDetailsFields: INodeProperties[];
