import type { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; import { loadOptions, listSearch, resourceMapping } from './methods'; export declare class TheHiveProject implements INodeType { description: INodeTypeDescription; methods: { loadOptions: typeof loadOptions; listSearch: typeof listSearch; resourceMapping: typeof resourceMapping; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=TheHiveProject.node.d.ts.map