import { type ErrorInfo } from "./error-formatter.js"; export declare function generateRuntimeScript(): string; export declare function generateErrorHTML(errorInfo: ErrorInfo, suggestion?: string, projectSlug?: string, nonce?: string): string; //# sourceMappingURL=html-template.d.ts.map