import type { TVec2 } from './types'; export declare function multiplyVec2(vec1: TVec2, vec2: TVec2): TVec2;