import numpy as np

def murmurhash3_32(key: np.int32 | bytes | str | np.ndarray, seed: int = 0, positive: bool = False) -> int: ...
