import type { ExternalData } from "../../common/ExternalData.js"; interface EasingParams { additionalExternals?: ExternalData[]; bundle: boolean; dir: string; moduleName: string; pluginName: string; progress: boolean; version: string; } declare function loadParticlesPluginEasing(params: EasingParams): unknown; export { loadParticlesPluginEasing };