import { Vector2Like } from "../vector/Vector2";
export declare const generateLagrange: (points: Vector2Like[]) => (x: number) => number;
