import { vec3 } from 'gl-matrix';
export declare function reflectVector(v: vec3, normal: vec3): vec3;
