/// import { Readable } from 'stream'; export default function isInteractive({ stream, }?: { stream?: Readable; }): boolean;