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