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