import Mat4 from './type'

export default rotateZ

declare function rotateZ(out: Mat4, matrix: Mat4, radians: number): Mat4
