/** * Transforms the vec2 with a mat2. */ declare function transformMat2(out: number[], a: number[], m: number[]): number[]; export = transformMat2;