import { LevelMgr } from "../LevelMgr";
/**
 * 执行一些默认的初始化操作
 * @param app 应用
 */
export declare function afterLevelCreate(this: LevelMgr): void;
