/**
 * Specified degree of freedom has free movement.
 *
 * @type {string}
 * @ignore
 */
export const MOTION_FREE: string;
/**
 * Specified degree of freedom has limited movement.
 *
 * @type {string}
 * @ignore
 */
export const MOTION_LIMITED: string;
/**
 * Specified degree of freedom is locked and allows no movement.
 *
 * @type {string}
 * @ignore
 */
export const MOTION_LOCKED: string;
