export function steps(steps?: number, fromStart?: boolean): EasingFunction;
import type { EasingFunction } from '../../types/index.js';
