export type TypedArray32 = Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array; export type TypedArray = TypedArray32 | BigInt64Array | BigUint64Array; //# sourceMappingURL=typed.d.ts.map