export interface ReadableStream {
    isTTY: boolean;
}
