import type { VecOpVN } from "./api.js";
/**
 * Limits `v` to max length `n` and writes result to `out` (or to itself if
 * `out` is null).
 *
 * @param out -
 * @param v -
 * @param n -
 */
export declare const limit: VecOpVN;
export declare const limit2: VecOpVN;
export declare const limit3: VecOpVN;
export declare const limit4: VecOpVN;
//# sourceMappingURL=limit.d.ts.map