/** * 处理列出项目请求 */ export declare function handleListProjects(projectRoot: string): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=list-projects.d.ts.map