import type { C4ModelOutput } from '../orchestrator/c4-model-orchestrator'; export interface C4ModelFormatterOptions { outputDir: string; } export declare class C4ModelFormatter { format(output: C4ModelOutput, options: C4ModelFormatterOptions): Promise; private writeIndexFile; private writeMetadataFile; private writeContextFile; private writeContainersFile; private writeComponentsFile; private writeRecommendationsFile; private writeChangelogFile; private writePlantUMLFiles; } //# sourceMappingURL=c4-model-formatter.d.ts.map