import type { Engine } from "@tsparticles/engine"; export declare const gridPathName = "gridPathGenerator"; export declare function loadGridPath(engine: Engine): Promise;