import Mat4 from './type'

export default fromXRotation

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