import { Type } from '@angular/core'; export declare const MockOf: (mockClass: Type) => (constructor: Type) => void;