import Mat4 from './type'

export default fromZRotation

declare function fromZRotation(out: Mat4, radians: number): Mat4
