import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get all sites from network monitoring
 */
export declare function getAllSites(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
