export interface StringWriter{ writeLine: (content: string) => void; write: (content: string) => void; }