export declare class ErrorMessageService { message: string; status: number; setError(status: number, obj: any): void; set(obj: any): void; }