import type { RubberBandDecayConfig, InnerDecayAnimation } from './utils';
export declare function rubberBandDecay(animation: InnerDecayAnimation, now: number, config: RubberBandDecayConfig): boolean;
