import { IInterpolationConfig, IInterpolationInterface } from "../interfaces/interpolation.interface"; declare const getInterpolated: (config: IInterpolationConfig, time: number) => void | IInterpolationInterface; export { getInterpolated };