/** * architectureテンプレート定義 * * アーキテクチャ情報を表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * アーキテクチャテンプレート * システムのアーキテクチャ、コンポーネント、レイヤー、データフローなどを表示します */ export declare const architectureTemplate: Template; //# sourceMappingURL=architecture.d.ts.map