import type { ReadonlyVec } from "@thi.ng/vectors"; import type { ScalarOrField, IBoidBehavior } from "../api.js"; export declare const attractPolyline: (points: ReadonlyVec[], closed: boolean, lookahead?: number, weight?: ScalarOrField) => IBoidBehavior; //# sourceMappingURL=attraction.d.ts.map