import { GoldRushClient } from "@covalenthq/client-sdk";
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare function createGoldRushClient(): GoldRushClient;
export declare function createServer(): McpServer;
export declare function startServer(): Promise<void>;
//# sourceMappingURL=server.d.ts.map