/**
 * Formats an error message with a consistent, visually appealing style
 */
export declare function formatErrorMessage(message: string): string;
