import { type Container, type IShapeDrawData, type IShapeDrawer } from "@tsparticles/engine"; import type { PathParticle } from "./PathParticle.js"; export declare class PathDrawer implements IShapeDrawer { draw(data: IShapeDrawData): void; particleInit(_container: Container, particle: PathParticle): void; }