import { ToolDefinition } from '../../shared/types/tool-definition'; /** * List of pipelines tools */ export declare const pipelinesTools: ToolDefinition[];