import type { XRJointSpace } from 'three';
import type { HandJoints } from '../lib/handJoints.js';
/**
 * Provides a reference to a requested hand joint, once available.
 */
export declare const useHandJoint: (handedness: "left" | "right", joint: HandJoints) => import("./currentReadable.svelte.js").CurrentReadable<XRJointSpace | undefined>;
