import Mat4 from './type'

export default rotateX

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