/// import { Readable as ReadableStream } from "stream"; export declare type Readable = ReadableStream & { truncated: boolean; };