/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { ArrayEncoder } from './array-encoder.js'; export declare function classifyIntArray(xs: ArrayLike): ArrayEncoder; export declare function classifyFloatArray(xs: ArrayLike): ArrayEncoder;