export interface EasingFunctionMap { [key: string]: Function; } declare const easing: EasingFunctionMap; export default easing;