import { ILerpFunction } from "./ILerpFunction";
export declare let EaseOutCubic: ILerpFunction;
