/** * Handles camera updates on each "tick" that were scheduled by the various controllers. * * @private */ export class CameraUpdater { constructor(scene: any, controllers: any, configs: any, states: any, updates: any); _scene: any; _onTick: any; destroy(): void; }