import { Vec4 } from './Vec4'; export declare function Vec4Divide(a: Vec4, b: Vec4, out?: Vec4): Vec4; //# sourceMappingURL=Vec4Divide.d.ts.map