export { JestMockExtended, GlobalConfig, mockDeep, MockProxy, DeepMockProxy, CalledWithMock, mockClear, mockReset, mockFn, stub, } from './Mock'; export declare const mock: & T = import("./Mock")._MockProxy & T>(mockImplementation?: import("ts-essentials").DeepPartial, opts?: import("./Mock").MockOpts | undefined) => MockedReturn; export declare const calledWithFn: ({ fallbackMockImplementation, }?: { fallbackMockImplementation?: T | undefined; }) => import("./Mock").CalledWithMock; export * from './Matchers';