/** * updates the tsconfig.json file to include the @xmcp/* alias for accessing the handler * @param projectRoot - The root directory of the project * @returns void */ export declare function updateTsConfig(projectRoot: string): void;