/**
 * branch-contextテンプレート定義
 *
 * ブランチコンテキストを表示するためのテンプレート
 */
import { Template } from '@memory-bank/schemas/templates';
/**
 * ブランチコンテキストテンプレート
 * ブランチの目的、背景、ユーザーストーリーなどを表示します
 */
export declare const branchContextTemplate: Template;
//# sourceMappingURL=branch-context.d.ts.map