import { BaseFormatStrategy, AdventureData } from '../format-strategy.js'; /** * Plain text format strategy */ export declare class TextStrategy extends BaseFormatStrategy { format(data: AdventureData): string; getFileExtension(): string; } //# sourceMappingURL=text-strategy.d.ts.map