import type { INodeProperties } from 'n8n-workflow';
export declare function getLocationPhotos(locationId: string, apiKey: string, language: string, limit: number, offset: number, source: number): Promise<any>;
export declare const locationPhotosFields: INodeProperties[];