import type { RigidBodyContext } from '../types/types.js';
export declare const useRigidBody: () => RigidBodyContext | undefined;
