import type { DefaultDecayConfig, InnerDecayAnimation } from './utils';
export declare function rigidDecay(animation: InnerDecayAnimation, now: number, config: DefaultDecayConfig): boolean;
//# sourceMappingURL=rigidDecay.d.ts.map