export interface Writer {
    write(buffer: string): boolean;
}
