import type { IExecuteFunctions } from 'n8n-workflow'; import { StandardLinkedApiOperation } from '../../shared/LinkedApiOperation'; export declare class RetrievePerformance extends StandardLinkedApiOperation { operationName: "retrievePerformance"; fields: never[]; body(_: IExecuteFunctions): Record; }