import numpy as np

def sum_parallel(array: np.ndarray, n_threads: int) -> float: ...
