import type { Engine } from "@tsparticles/engine"; export declare const brownianPathName = "brownianPathGenerator"; export declare function loadBrownianPath(engine: Engine): Promise;