import type { determineSupportedPlaybackRateValues } from '../functions/determine-supported-playback-rate-values'; import { IUpdateVector } from '../interfaces'; import { TUpdateFunction } from '../types'; import type { createComputeVelocity } from './compute-velocity'; export declare const createUpdateGradually: (computeVelocity: ReturnType, [minValue, maxValue]: ReturnType, threshold: number, tolerance: number) => TUpdateFunction; //# sourceMappingURL=update-gradually.d.ts.map