/**
 * 本文件的作用是对unitySDK中输出的日志加上[AppId:xxx]
 */
export declare function loggerInit(appId: number): void;
