import type { ParticleResult } from './types'; export declare function generateParticles(spoilerId: string, theme?: string): ParticleResult;