export declare const formatTime: (date: Date) => string;
export declare const CHAT_MESSAGE_LIMIT = 2000;
