/** * Update .gitignore to include xmcp and xmcp-env.d.ts entries * @param projectPath - The root directory of the project * @returns void */ export declare function updateGitignore(projectPath: string): void;