export declare type MailConversation = { conversed_at: string; incoming: boolean; username: string; };