import { HttpTestingController } from '@angular/common/http/testing';
import { ErrorResponseConfig } from './models/error-response-config.model';
export declare function emitFakeErrorResponse(httpController: HttpTestingController, config: ErrorResponseConfig): void;