import { INodeProperties } from 'n8n-workflow';
/**
 * Operation selector for the insights resource
 */
export declare const insightsOperationSelector: INodeProperties;
export declare const insightsDescriptions: INodeProperties[];
