import type { MultiVecOpRoV, VecOpRoV } from "./api.js"; /** * Computes magnitude of given 2D vector. */ export declare const magSq2: VecOpRoV; /** * Computes magnitude of given 3D vector. */ export declare const magSq3: VecOpRoV; /** * Computes magnitude of given 4D vector. */ export declare const magSq4: VecOpRoV; /** * Computes magnitude of given nD vector. Multi-method. */ export declare const magSq: MultiVecOpRoV; //# sourceMappingURL=magsq.d.ts.map