/**** * Error Overlay Script Generator * Generates client-side JavaScript for the development error overlay UI */ /** * Error overlay that catches uncaught errors and unhandled promise rejections, * displaying them in a full-screen overlay with stack traces. */ export declare function getErrorOverlay(): string; //# sourceMappingURL=error-overlay.d.ts.map