import type { DecayState, DefaultDecayConfig } from "./types";
export declare const decay: (now: number, state: DecayState, config: DefaultDecayConfig) => DecayState;
