import { MockedObject } from 'vitest';
export declare function createMockInstance<T>(constructor: new (...args: any[]) => T): MockedObject<T>;
