export default function computeOrientationFlexibly(xIn: any, yIn: any, zIn: any, w: any, quat: any): { x: number; y: number; z: number; w: number; };