import { UniFunction } from "./Utils.js"; export declare function createLinearInterpolator(xVals: ArrayLike, yVals: ArrayLike): UniFunction; export declare function computeLinearPolyCoefficients(xVals: ArrayLike, yVals: ArrayLike): Float64Array[];