import { EasingFunction } from '../types';
export declare const getEasingFunction: (easing: EasingFunction) => ((t: number) => number);
