/** Compact local time for individual chat messages. */ export declare const formatChatMessageTimestamp: (timestamp: string | null | undefined) => string; /** Full local timestamp for chat header metadata. */ export declare const formatChatHeaderTimestamp: (timestamp: string | null | undefined) => string; //# sourceMappingURL=formatChatTimestamp.d.ts.map