export type EasingFunction = (value: number) => number;