/** * coding-standardsテンプレート定義 * * コーディング規約を表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * コーディング規約テンプレート * 命名規則、フォーマット、ドキュメント、テスト、エラー処理などの規約を表示します */ export declare const codingStandardsTemplate: Template; //# sourceMappingURL=coding-standards.d.ts.map