/**
 * Utility functions for the Lightning Messageboard
 */
export declare function escapeHTML(str: string): string;
export declare function formatNumber(num: number): string;
export declare function showToast(parent: ShadowRoot, title: string, message: string, type?: "error" | "success" | "info", duration?: number): number;
