import type { SpawnOptions } from "child_process"; export default function streamChildProcessStdout(cmd: string, args: any[] | readonly string[], spawnArgs?: SpawnOptions): AsyncGenerator;