/** * Return a vector with the absolute of each component of the given vector. */ export declare function vecAbs(vec: T): T;