/**
 * 容器插件准备完毕之后通知 `h5`。
 */
export declare const bootstrap: (callback: () => void) => void;
