export declare class ErrorModel { errorId: string; timestamp: string; msg: string; details: string; } //# sourceMappingURL=ErrorModel.d.ts.map