/** * Iframe Bridge Runtime * * 开发环境下的 iframe 通信初始化: * - connectParent - 通过 penpal 连接父页面,建立双向通信 */ /** * 初始化 iframe bridge(仅开发环境) * - 连接父页面 */ export declare function initIframeBridge(): void;