import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import type { AuthContext } from '../types.js'; export declare const projectTool: Tool; export declare function handleHarness(_auth: AuthContext, _args: any): Promise<{ content: { type: string; text: string; }[]; }>; //# sourceMappingURL=project.d.ts.map