/// import { Readable } from 'node:stream'; import { Cmd } from '../types'; export declare function runStreaming(cmd: Cmd): Promise; //# sourceMappingURL=run-streaming.d.ts.map