import { type INodeType, type INodeTypeDescription, type ISupplyDataFunctions, type SupplyData } from 'n8n-workflow'; import { searchEndpoints } from './methods/loadEndpoints'; export declare class VolcengineAiChainEnhanced implements INodeType { methods: { listSearch: { searchEndpoints: typeof searchEndpoints; }; }; description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise; }