import type { ExecaChildProcess } from "execa"; import type { DebugCallback, Process } from "../types"; export default function newProcess(child: ExecaChildProcess, command: string, debugCallback: DebugCallback): Process; //# sourceMappingURL=newProcess.d.ts.map