export interface TunnelErrorPageOptions { kind: "access-denied" | "upstream-unavailable"; incidentId: string; timestamp: string; tunnelName: string; method: string; path: string; clientIp: string; cloudflareRay: string; target?: string; errorCode?: string; errorMessage?: string; } export declare function renderTunnelErrorPage(options: TunnelErrorPageOptions): string; //# sourceMappingURL=error-page.d.ts.map