type TypedIntArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array; type TypedFloatArray = Float32Array | Float64Array; type TypedArray = TypedIntArray | TypedFloatArray; export type AnyArrayType = Array | TypedArray; export declare enum VECTOR_TYPES { FLOAT = 0, DATE = 1 } export {}; //# sourceMappingURL=types.d.ts.map