export declare class StringWriter { writeLine(content: string): void; write(content: string): void; getStringContent(): string; }