export interface GenerateClaudeMdResult { readonly claudeMdPath: string; readonly commandsForgeCreated: boolean; readonly commandsForgePath: string | null; } export declare function generateClaudeMd(workspaceRoot: string): Promise; //# sourceMappingURL=generate-claude-md.d.ts.map