import type { Quaternion } from './Quaternion.js'; export declare function isRotationInputRotation(input: unknown): input is Quaternion;