import { LevelMgr } from "../LevelMgr";
/**
 * 设置转场
 * @param this
 */
export declare function setTransition(this: LevelMgr): void;
