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