import { HttpErrorResponse, HttpResponse } from '@angular/common/http'; export declare const mockErrorResponse: ErrorEvent; export declare const mockApiError: { code: string; message: string; task_id: string; task_name: string; file_name: string; tag: string; }; export declare const mockApiErrorResponse: HttpErrorResponse; export declare const mockUpdatingResponse: HttpResponse; export declare const mockCompleteResponse: HttpResponse; //# sourceMappingURL=study-status.mocks.d.ts.map