import { type ReadStream, type WriteStream } from "../types/io.js"; export declare const emptyStream: WriteStream & ReadStream;