import { type Engine } from "@tsparticles/engine"; export declare const curlNoisePathName = "curlNoise"; export declare function loadCurlNoisePath(engine: Engine, refresh?: boolean): Promise;