export const MessageSeverity: Readonly<{ SUCCESS: string; INFO: string; WARN: string; ERROR: string; }>;