import * as THREE from 'three'; import type { CameraParams } from './types'; export declare function updateCamera({ zoom, smoothedPlayerPosition, smoothedCameraPosition, playerYRotation, pitch, yaw, camera, world }: CameraParams): void; export declare function getShootDirection(camera: THREE.Camera): THREE.Vector3;