/// <reference types="jest" />
import { Type } from './interfaces/type';
export declare function autoMock<T>(ref: Type<T>): jest.Mocked<T>;
//# sourceMappingURL=auto-mock.d.ts.map