declare class TextLineStream extends TransformStream<string, string> {
    #private;
    constructor();
}

export { TextLineStream };
