import { FastMCP } from 'fastmcp';
/**
 * Creates and configures the FastMCP server with Vitest integration
 */
export declare function createVitestMCPServer(transportType?: 'stdio' | 'sse' | 'httpStream'): Promise<FastMCP>;
//# sourceMappingURL=server.d.ts.map