/** * Module that interpolates results for smoother animations */ import type { Result } from './result'; export declare function calc(newResult: Result): Result;