import type { ChildProcess } from 'child_process'; export default function promiseFromProcess(childProcess: ChildProcess): Promise;