import type { LerpFn } from '../../types'; export declare const lerp: LerpFn;