import Mat4 from './type'

export default fromYRotation

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