declare function easeInOutQuad(x: number): number; export declare const easingFns: { easeInOutQuad: typeof easeInOutQuad; }; export {};