import Mat4 from './type'

export default fromTaitBryanRotation

declare function fromTaitBryanRotation(out: Mat4, yaw: number, pitch: number, roll: number): Mat4
