import type { IRandom } from "@thi.ng/random"; import type { ReadonlyVec, Vec } from "./api.js"; export declare const jitter: (out: Vec | null, a: ReadonlyVec, n?: number, rnd?: IRandom) => Vec; //# sourceMappingURL=jitter.d.ts.map