/**
 * Snap the given value to the closest point, taking into account the velocity.
 */
export declare function snapPoint(value: number, velocity: number, points: number[], projectionScale?: number): number | null;
//# sourceMappingURL=snap-point.d.ts.map