import Mat4 from './type'

export default toString

declare function toString(matrix: Mat4): string
