export declare class MessageSummary {
    id: string;
    subject: string;
    domain: string;
    from: string;
    origfrom: string;
    to: string;
    time: number;
    seconds_ago: number;
    source: string;
}
