import Mat4 from './type'

export default add

declare function add(out: Mat4, a: Mat4, b: Mat4): Mat4
