/**
 *
 * @param {BinaryDataType} dt
 * @returns {NumericType}
 */
export function numericTypeFromBinaryDataType(dt: BinaryDataType): NumericType;
import { BinaryDataType } from "../../../core/binary/type/BinaryDataType.js";
import { NumericType } from "../../../core/math/NumericType.js";
//# sourceMappingURL=numericTypeFromBinaryDataType.d.ts.map