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