export function linear(...args: (string | number)[]): EasingFunction;
import type { EasingFunction } from '../../types/index.js';
