import { type Camera } from "../camera.js";
/**
 * @internal
 */
export declare function _SetVrRigMode(camera: Camera, rigParams: any): void;
