import { type ILoadOptionsFunctions, type INodePropertyOptions } from 'n8n-workflow';
export declare function getTools(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
