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