interface MFHostAppRuntimeSmokeProps { moduleId: string; moduleVersion?: string; } /** * Intentionally crash the active host-loaded MF tree on demand so preview * diagnostics can validate the real React boundary path. */ export declare function MFHostAppRuntimeSmoke(props: MFHostAppRuntimeSmokeProps): null; export {}; //# sourceMappingURL=MFHostAppRuntimeSmoke.d.ts.map