import Mat4 from './type'

export default subtract

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