export declare function getNativeAppInstance(): any;
export declare function bindBlendedAppInstance(inst: any): void;
/**
 * 1. 用做主包
 * 2. 用做子包
 *  2.1. 独立子包
 *    2.1.1. 通过主包打开
 *    2.1.2. 直接打开
 *  2.2. 普通子包（只能通过主包打开）
 */
export default function (): Promise<any>;
