import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class TheHive implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { loadResponders(this: ILoadOptionsFunctions): Promise; loadAnalyzers(this: ILoadOptionsFunctions): Promise; loadCustomFields(this: ILoadOptionsFunctions): Promise; loadObservableOptions(this: ILoadOptionsFunctions): Promise; loadObservableTypes(this: ILoadOptionsFunctions): Promise; loadTaskOptions(this: ILoadOptionsFunctions): Promise; loadAlertOptions(this: ILoadOptionsFunctions): Promise; loadCaseOptions(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=TheHive.node.d.ts.map