/**
 * @author        three.js authors
 * @copyright     Copyright © 2010-2021 three.js authors
 * @license       {@link https://github.com/mrdoob/three.js/blob/dev/LICENSE|MIT}
 * @description   Copied and modified from: https://github.com/mrdoob/three.js/blob/464efc85ecfda5c03d786d15d8f8eff20d70f256/src/math/Quaternion.js
 */
import { Quat } from './types';
export declare const quatSlerp: (qa: Quat, qb: Quat, t: number) => Quat;
//# sourceMappingURL=slerp.d.ts.map