export declare class FileWriter {
    private outputPath;
    constructor(outputPath: string);
    writeContainer(content: string): void;
    getOutputPath(): string;
}
//# sourceMappingURL=file-writer.d.ts.map