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