/** * 创建抽象的 App Instance 对标到小程序,提供给 getApp() 进行使用 * @param appThis */ export declare function createAppInstance(appThis: any): void;