import type { DocumentType, Validator } from '../../core/types.js'; /** * テキスト教材ドメインモデル * テキスト教材に適用されるバリデーター群を定義する */ export declare class TextDocument implements DocumentType { readonly id = "text"; readonly name = "\u30C6\u30AD\u30B9\u30C8\u6559\u6750"; readonly validators: Validator[]; } //# sourceMappingURL=TextDocument.d.ts.map