/** Escape HTML special characters */ export declare function escapeHtml(text: string): string;