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