import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Create an MCP server. * When `enablePaymentGate` is true the payment wrapper intercepts * private tool registrations so they go through the JWT flow. */ export declare function createServer(enablePaymentGate?: boolean): Promise; export declare function createSandboxServer(): Promise; //# sourceMappingURL=server.d.ts.map