/** * system-patternsテンプレート定義 * * システムパターンを表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * システムパターンテンプレート * 技術的な決定、ファイル構造、設計パターン、アーキテクチャなどを表示します */ export declare const systemPatternsTemplate: Template; //# sourceMappingURL=system-patterns.d.ts.map