import { IInterpolationInterface } from "../interfaces/interpolation.interface"; declare const piecewise: (key: string, times: number[], tInterface: IInterpolationInterface, timeline: any, time: number) => any; export { piecewise };