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