export declare function generateErrorOverlayHTML(html: string, options?: {
    startMinimized?: boolean;
}): string;
