import Mat4 from './type'

export default multiply

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