import type { Engine } from "@tsparticles/engine/lazy";
export declare const curvesPathName = "curvesPathGenerator";
export declare function loadCurvesPath(engine: Engine): Promise<void>;
