export function irregular(length?: number, randomness?: number): EasingFunction;
import type { EasingFunction } from '../../types/index.js';
