export declare const HMR_ERROR: import("../types.js").RegisteredError; export declare const DEV_SERVER_ERROR: import("../types.js").RegisteredError; export declare const FAST_REFRESH_ERROR: import("../types.js").RegisteredError; export declare const ERROR_OVERLAY_ERROR: import("../types.js").RegisteredError; export declare const SOURCE_MAP_ERROR: import("../types.js").RegisteredError; /** Registry fragment for DEV errors (slug → definition). */ export declare const DEV_REGISTRY: { readonly "hmr-error": import("../types.js").RegisteredError; readonly "dev-server-error": import("../types.js").RegisteredError; readonly "fast-refresh-error": import("../types.js").RegisteredError; readonly "error-overlay-error": import("../types.js").RegisteredError; readonly "source-map-error": import("../types.js").RegisteredError; }; //# sourceMappingURL=dev.d.ts.map