import { UniFunction } from "./Utils.js"; export declare function createNearestNeighborInterpolator(xVals: ArrayLike, yVals: ArrayLike): UniFunction;