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

export default fromVectorRotation

declare function fromVectorRotation(out: Mat4, source: Vec3, target: Vec3): Mat4
