import { messages } from '../data/vista-chat-props'; export declare const sortMessagesByTimestamp: (message: typeof messages) => { message: string; timestamp: string; type: import("../type/vista-chat-type").VISTA_CHAT_BUBBLE_TYPES; }[];