import { LevelMgr } from "../LevelMgr";
/**
 * 设置默认视角
 * @param this 场景管理器
 */
export declare function setDefaultView(this: LevelMgr): void;
