import type { RecoilParams } from './types'; export declare function handleRecoil({ recoilActive, recoilStartTime, leftHandBone, rightHandBone, leftHandOriginalRotation, rightHandOriginalRotation }: RecoilParams): void;