type DecodedWeight = Float64Array | Int32Array | Uint32Array | BigInt64Array | BigUint64Array; type NumericWeight = Float64Array | Int32Array | Uint32Array; export type { DecodedWeight as D, NumericWeight as N };