import Mat4 from './type'
import Vec3 from '../vec3/type'

export default fromScaling

declare function fromScaling(out: Mat4, vector: Vec3): Mat4
