import * as THREE from 'three'; export default class CameraLoader { texture: THREE.VideoTexture; private video; private stream; private willPlay; constructor(); enable(): void; disable(): void; }