import type { ResolvedSnapPoint } from './types.js';
export declare function reconcileActiveSnapPoint(activeId: string | null, previousPosition: number, snapPoints: readonly ResolvedSnapPoint[]): ResolvedSnapPoint | null;
