export declare function escapeHtml(str: string): string; export interface AuthPageOptions { success: boolean; title: string; message: string; detail?: string; info?: Array<{ label: string; value: string | undefined; }>; } export declare function renderAuthPage(options: AuthPageOptions): string; //# sourceMappingURL=auth-page.d.ts.map