import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Cortex implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { loadActiveAnalyzers(this: ILoadOptionsFunctions): Promise; loadActiveResponders(this: ILoadOptionsFunctions): Promise; loadObservableOptions(this: ILoadOptionsFunctions): Promise; loadDataTypeOptions(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Cortex.node.d.ts.map