interface MFHostAppRuntimeBridgeProps { containerId: string; moduleId: string; moduleVersion?: string; } /** * Bridge uncaught browser runtime errors back into the shared MF runtime seam when they are likely owned by the active MF container. */ export declare function MFHostAppRuntimeBridge(props: MFHostAppRuntimeBridgeProps): null; export {}; //# sourceMappingURL=MFHostAppRuntimeBridge.d.ts.map