import type {} from '../../../types/globals'; /* Typed surface for the vendored react-refresh runtime bundle * (reactRefreshRuntime.js). Colocated with the vendored artifact, mirroring * the vendor/lview pattern. Only the members the framework actually uses are * declared. */ export const createSignatureFunctionForTransform: () => ( type: unknown ) => unknown; export const injectIntoGlobalHook: (win: Window) => void; export const performReactRefresh: () => void; export const register: (type: unknown, id: string) => void;