import { type EasingFunction } from "@tsparticles/engine";
declare const easingsFunctions: Map<string, EasingFunction>;
export { easingsFunctions };
