/opt/canhelp/node_modules/next/dist/client/dev/hot-reloader
Edit: /opt/canhelp/node_modules/next/dist/client/dev/hot-reloader/shared.d.ts (409B)
import type { HMR_ACTION_TYPES } from '../../../server/dev/hot-reloader-types';
export declare const REACT_REFRESH_FULL_RELOAD: string;
export declare const REACT_REFRESH_FULL_RELOAD_FROM_ERROR = "[Fast Refresh] performing full reload because your application had an unrecoverable error";
export declare function reportInvalidHmrMessage(message: HMR_ACTION_TYPES | MessageEvent
, err: unknown): void;