import { Euler, Quaternion } from 'three';
/**
 * Sets the values of a temporary Euler and returns the quaternion from that
 * @param values
 * @returns
 */
export declare const eulerToQuaternion: (values: Parameters<Euler["set"]>) => Quaternion;
