var o=class{fd;isRaw=!1;isTTY=!1;constructor(t){this.fd=t}setRawMode(t){return this.isRaw=t,this}},s=class{fd;columns=80;rows=24;isTTY=!1;constructor(t){this.fd=t}clearLine(t,r){return r&&r(),!1}clearScreenDown(t){return t&&t(),!1}cursorTo(t,r,e){return e&&typeof e=="function"&&e(),!1}moveCursor(t,r,e){return e&&e(),!1}getColorDepth(t){return 1}hasColors(t,r){return!1}getWindowSize(){return[this.columns,this.rows]}write(t,r,e){t instanceof Uint8Array&&(t=new TextDecoder().decode(t));try{console.log(t)}catch{}return e&&typeof e=="function"&&e(),!1}},a=function(){return!1},c={ReadStream:o,WriteStream:s,isatty:a};export{o as ReadStream,s as WriteStream,c as default,a as isatty};