/** * update package.json scripts to include xmcp build and dev commands * @param projectPath - The root directory of the project * @returns void */ export declare function updatePackageJson(projectPath: string): void;