import { Animatable } from './animatable'; export declare const sawTooth: (count: number) => Animatable; export declare const Curves: { createCubic: (x1: number, y1: number, x2: number, y2: number) => Animatable; sawTooth: (count: number) => Animatable; fastOutSlowIn: Animatable; }; //# sourceMappingURL=curves.d.ts.map