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<import("n8n-workflow").INodeExecutionData[][]>;
}
//# sourceMappingURL=TheHiveProject.node.d.ts.map