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