/** * Initializes the React Refresh runtime for hot module replacement (HMR). * * React Refresh enables fast refresh of React components without losing their state. * This function sets up the necessary global hooks and functions that the bundler-transformed * code will use to register components and trigger updates. * * This should be called once during application initialization, before any React components are loaded. * * @example * // In your app entry point: * import { registerReactRefresh } from '@ms-cloudpack/overlay'; * registerReactRefresh(); */ export declare const registerReactRefresh: () => void; //# sourceMappingURL=registerReactRefresh.d.ts.map