/**
 * There are some cases where we need to know if hand tracking is now active before an input source
 * connection or disconnection event. This is the way to do that.
 */
export declare const useHandTrackingState: () => () => boolean;
