UNPKG

n8n-nodes-explorium

Version:
3 lines (2 loc) 182 B
import { type ILoadOptionsFunctions, type INodePropertyOptions } from 'n8n-workflow'; export declare function getTools(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;