import { type ToolResult } from './_common.js'; export declare function listProjects(): Promise; export declare const projectListTool: { name: string; description: string; operations: { name: string; description: string; parameters: { type: string; properties: {}; }; }[]; }; //# sourceMappingURL=project_list.d.ts.map