import Mat4 from './type'

export default rotateY

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