export declare class Message { text: string; status: string; type: string; constructor(text: string, status?: string, type?: string); }