import type { CalculateNextScrollByParams } from "../types"; export declare const adjustToSnap: (scrollBy: number, directionThreshold: number, params: CalculateNextScrollByParams) => number;