#!/usr/bin/env node
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
export declare const createServer: () => Server;
