interface NDArrayRe-exportimport { type NDArray } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/mod.ts"; nDArray type Type ParametersDT extends DataTypeProperties1: DTypeValue<DT>[]2: DTypeValue<DT>[][]3: DTypeValue<DT>[][][]4: DTypeValue<DT>[][][][]5: DTypeValue<DT>[][][][][]6: DTypeValue<DT>[][][][][][]