/** * Constitution Handler * * Handles project constitution creation and updates */ import type { MCPToolResult } from "../../types/mcp-types.js"; export declare class ConstitutionHandler { private projectRoot; constructor(projectRoot: string); handleConstitution(args: { updates?: string; }): Promise; } //# sourceMappingURL=constitution-handler.d.ts.map