export declare class ErrorMessageModel { type: string; text: string; constructor(type: string, text: string); }