/** * Return a dot product of given two vectors. */ export declare function vecDot(vecA: T, vecB: T): number;