declare const safeText: (text: string) => string; declare const getInitials: (text: string) => string; export { getInitials, safeText };