typechild_process.ExecFileExceptiontype ExecFileException = Omit<ExecException, 'code'> & Omit<NodeJS.ErrnoException, 'code'> & { code: string | number | null }