/**
 * active-contextテンプレート定義
 *
 * アクティブコンテキストを表示するためのテンプレート
 */
import { Template } from '@memory-bank/schemas/templates';
/**
 * アクティブコンテキストテンプレート
 * 現在の作業内容、最近の変更、次のステップなどを表示します
 */
export declare const activeContextTemplate: Template;
//# sourceMappingURL=active-context.d.ts.map