import { IMessage } from '../../context/types'; export declare const getAvatarText: (message: IMessage) => string; export declare const removeWhitespaces: (messageText: string) => string; export declare const getAgentInitials: (firstName: string, lastName: string) => string; export declare const sortDisplayNames: (list: any[]) => any[]; declare const _default: { getAvatarText: (message: IMessage) => string; removeWhitespaces: (messageText: string) => string; getAgentInitials: (firstName: string, lastName: string) => string; sortDisplayNames: (list: any[]) => any[]; }; export default _default; //# sourceMappingURL=utils.d.ts.map