import type { BlendContainer, BlendParticle } from "./types.js"; import { type IContainerPlugin } from "@tsparticles/engine"; export declare class BlendPluginInstance implements IContainerPlugin { #private; constructor(container: BlendContainer); drawParticleCleanup(context: OffscreenCanvasRenderingContext2D, particle: BlendParticle): void; drawParticleSetup(context: OffscreenCanvasRenderingContext2D, particle: BlendParticle): void; drawSettingsCleanup(context: OffscreenCanvasRenderingContext2D): void; drawSettingsSetup(context: OffscreenCanvasRenderingContext2D): void; }